Kconfig 6.7 KB

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