Kconfig 7.5 KB

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