Kconfig 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. #
  2. # USB Storage driver configuration
  3. #
  4. comment "NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may"
  5. comment "also be needed; see USB_STORAGE Help for more info"
  6. config USB_STORAGE
  7. tristate "USB Mass Storage support"
  8. depends on SCSI
  9. ---help---
  10. Say Y here if you want to connect USB mass storage devices to your
  11. computer's USB port. This is the driver you need for USB
  12. floppy drives, USB hard disks, USB tape drives, USB CD-ROMs,
  13. USB flash devices, and memory sticks, along with
  14. similar devices. This driver may also be used for some cameras
  15. and card readers.
  16. This option depends on 'SCSI' support being enabled, but you
  17. probably also need 'SCSI device support: SCSI disk support'
  18. (BLK_DEV_SD) for most USB storage devices. Some devices also
  19. will require 'Probe all LUNs on each SCSI device'
  20. (SCSI_MULTI_LUN).
  21. To compile this driver as a module, choose M here: the
  22. module will be called usb-storage.
  23. config USB_STORAGE_DEBUG
  24. bool "USB Mass Storage verbose debug"
  25. depends on USB_STORAGE
  26. help
  27. Say Y here in order to have the USB Mass Storage code generate
  28. verbose debugging messages.
  29. config USB_STORAGE_REALTEK
  30. tristate "Realtek Card Reader support"
  31. depends on USB_STORAGE
  32. help
  33. Say Y here to include additional code to support the power-saving function
  34. for Realtek RTS51xx USB card readers.
  35. If this driver is compiled as a module, it will be named ums-realtek.
  36. config REALTEK_AUTOPM
  37. bool "Realtek Card Reader autosuspend support"
  38. depends on USB_STORAGE_REALTEK && PM_RUNTIME
  39. default y
  40. config USB_STORAGE_DATAFAB
  41. tristate "Datafab Compact Flash Reader support"
  42. depends on USB_STORAGE
  43. help
  44. Support for certain Datafab CompactFlash readers.
  45. Datafab has a web page at <http://www.datafab.com/>.
  46. If this driver is compiled as a module, it will be named ums-datafab.
  47. config USB_STORAGE_FREECOM
  48. tristate "Freecom USB/ATAPI Bridge support"
  49. depends on USB_STORAGE
  50. help
  51. Support for the Freecom USB to IDE/ATAPI adaptor.
  52. Freecom has a web page at <http://www.freecom.de/>.
  53. If this driver is compiled as a module, it will be named ums-freecom.
  54. config USB_STORAGE_ISD200
  55. tristate "ISD-200 USB/ATA Bridge support"
  56. depends on USB_STORAGE
  57. ---help---
  58. Say Y here if you want to use USB Mass Store devices based
  59. on the In-Systems Design ISD-200 USB/ATA bridge.
  60. Some of the products that use this chip are:
  61. - Archos Jukebox 6000
  62. - ISD SmartCable for Storage
  63. - Taiwan Skymaster CD530U/DEL-0241 IDE bridge
  64. - Sony CRX10U CD-R/RW drive
  65. - CyQ've CQ8060A CDRW drive
  66. - Planex eXtreme Drive RX-25HU USB-IDE cable (not model RX-25U)
  67. If this driver is compiled as a module, it will be named ums-isd200.
  68. config USB_STORAGE_USBAT
  69. tristate "USBAT/USBAT02-based storage support"
  70. depends on USB_STORAGE
  71. help
  72. Say Y here to include additional code to support storage devices
  73. based on the SCM/Shuttle USBAT/USBAT02 processors.
  74. Devices reported to work with this driver include:
  75. - CompactFlash reader included with Kodak DC3800 camera
  76. - Dane-Elec Zmate CompactFlash reader
  77. - Delkin Efilm reader2
  78. - HP 8200e/8210e/8230e CD-Writer Plus drives
  79. - I-JAM JS-50U
  80. - Jessops CompactFlash JESDCFRU BLACK
  81. - Kingston Technology PCREAD-USB/CF
  82. - Maxell UA4 CompactFlash reader
  83. - Memorex UCF-100
  84. - Microtech ZiO! ICS-45 CF2
  85. - RCA LYRA MP3 portable
  86. - Sandisk ImageMate SDDR-05b
  87. If this driver is compiled as a module, it will be named ums-usbat.
  88. config USB_STORAGE_SDDR09
  89. tristate "SanDisk SDDR-09 (and other SmartMedia, including DPCM) support"
  90. depends on USB_STORAGE
  91. help
  92. Say Y here to include additional code to support the Sandisk SDDR-09
  93. SmartMedia reader in the USB Mass Storage driver.
  94. Also works for the Microtech Zio! CompactFlash/SmartMedia reader.
  95. If this driver is compiled as a module, it will be named ums-sddr09.
  96. config USB_STORAGE_SDDR55
  97. tristate "SanDisk SDDR-55 SmartMedia support"
  98. depends on USB_STORAGE
  99. help
  100. Say Y here to include additional code to support the Sandisk SDDR-55
  101. SmartMedia reader in the USB Mass Storage driver.
  102. If this driver is compiled as a module, it will be named ums-sddr55.
  103. config USB_STORAGE_JUMPSHOT
  104. tristate "Lexar Jumpshot Compact Flash Reader"
  105. depends on USB_STORAGE
  106. help
  107. Say Y here to include additional code to support the Lexar Jumpshot
  108. USB CompactFlash reader.
  109. If this driver is compiled as a module, it will be named ums-jumpshot.
  110. config USB_STORAGE_ALAUDA
  111. tristate "Olympus MAUSB-10/Fuji DPC-R1 support"
  112. depends on USB_STORAGE
  113. help
  114. Say Y here to include additional code to support the Olympus MAUSB-10
  115. and Fujifilm DPC-R1 USB Card reader/writer devices.
  116. These devices are based on the Alauda chip and support both
  117. XD and SmartMedia cards.
  118. If this driver is compiled as a module, it will be named ums-alauda.
  119. config USB_STORAGE_ONETOUCH
  120. tristate "Support OneTouch Button on Maxtor Hard Drives"
  121. depends on USB_STORAGE
  122. depends on INPUT=y || INPUT=USB_STORAGE
  123. help
  124. Say Y here to include additional code to support the Maxtor OneTouch
  125. USB hard drive's onetouch button.
  126. This code registers the button on the front of Maxtor OneTouch USB
  127. hard drive's as an input device. An action can be associated with
  128. this input in any keybinding software. (e.g. gnome's keyboard short-
  129. cuts)
  130. If this driver is compiled as a module, it will be named ums-onetouch.
  131. config USB_STORAGE_KARMA
  132. tristate "Support for Rio Karma music player"
  133. depends on USB_STORAGE
  134. help
  135. Say Y here to include additional code to support the Rio Karma
  136. USB interface.
  137. This code places the Rio Karma into mass storage mode, enabling
  138. it to be mounted as an ordinary filesystem. Performing an eject
  139. on the resulting scsi device node returns the Karma to normal
  140. operation.
  141. If this driver is compiled as a module, it will be named ums-karma.
  142. config USB_STORAGE_CYPRESS_ATACB
  143. tristate "SAT emulation on Cypress USB/ATA Bridge with ATACB"
  144. depends on USB_STORAGE
  145. ---help---
  146. Say Y here if you want to use SAT (ata pass through) on devices based
  147. on the Cypress USB/ATA bridge supporting ATACB. This will allow you
  148. to use tools to tune and monitor your drive (like hdparm or smartctl).
  149. If you say no here your device will still work with the standard usb
  150. mass storage class.
  151. If this driver is compiled as a module, it will be named ums-cypress.
  152. config USB_STORAGE_ENE_UB6250
  153. tristate "USB ENE card reader support"
  154. depends on SCSI
  155. depends on USB_STORAGE
  156. ---help---
  157. Say Y here if you wish to control a ENE SD/MS Card reader.
  158. To use SM card, please build driver/staging/keucr/keucr.ko
  159. This option depends on 'SCSI' support being enabled, but you
  160. probably also need 'SCSI device support: SCSI disk support'
  161. (BLK_DEV_SD) for most USB storage devices.
  162. To compile this driver as a module, choose M here: the
  163. module will be called ums-eneub6250.
  164. config USB_UAS
  165. tristate "USB Attached SCSI"
  166. depends on SCSI && USB_STORAGE
  167. help
  168. The USB Attached SCSI protocol is supported by some USB
  169. storage devices. It permits higher performance by supporting
  170. multiple outstanding commands.
  171. If you don't know whether you have a UAS device, it is safe to
  172. say 'Y' or 'M' here and the kernel will use the right driver.
  173. If you compile this driver as a module, it will be named uas.