Kconfig 7.7 KB

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