Kconfig 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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_DATAFAB
  29. tristate "Datafab Compact Flash Reader support"
  30. depends on USB_STORAGE
  31. help
  32. Support for certain Datafab CompactFlash readers.
  33. Datafab has a web page at <http://www.datafabusa.com/>.
  34. If this driver is compiled as a module, it will be named ums-datafab.
  35. config USB_STORAGE_FREECOM
  36. tristate "Freecom USB/ATAPI Bridge support"
  37. depends on USB_STORAGE
  38. help
  39. Support for the Freecom USB to IDE/ATAPI adaptor.
  40. Freecom has a web page at <http://www.freecom.de/>.
  41. If this driver is compiled as a module, it will be named ums-freecom.
  42. config USB_STORAGE_ISD200
  43. tristate "ISD-200 USB/ATA Bridge support"
  44. depends on USB_STORAGE
  45. ---help---
  46. Say Y here if you want to use USB Mass Store devices based
  47. on the In-Systems Design ISD-200 USB/ATA bridge.
  48. Some of the products that use this chip are:
  49. - Archos Jukebox 6000
  50. - ISD SmartCable for Storage
  51. - Taiwan Skymaster CD530U/DEL-0241 IDE bridge
  52. - Sony CRX10U CD-R/RW drive
  53. - CyQ've CQ8060A CDRW drive
  54. - Planex eXtreme Drive RX-25HU USB-IDE cable (not model RX-25U)
  55. If this driver is compiled as a module, it will be named ums-isd200.
  56. config USB_STORAGE_USBAT
  57. tristate "USBAT/USBAT02-based storage support"
  58. depends on USB_STORAGE
  59. help
  60. Say Y here to include additional code to support storage devices
  61. based on the SCM/Shuttle USBAT/USBAT02 processors.
  62. Devices reported to work with this driver include:
  63. - CompactFlash reader included with Kodak DC3800 camera
  64. - Dane-Elec Zmate CompactFlash reader
  65. - Delkin Efilm reader2
  66. - HP 8200e/8210e/8230e CD-Writer Plus drives
  67. - I-JAM JS-50U
  68. - Jessops CompactFlash JESDCFRU BLACK
  69. - Kingston Technology PCREAD-USB/CF
  70. - Maxell UA4 CompactFlash reader
  71. - Memorex UCF-100
  72. - Microtech ZiO! ICS-45 CF2
  73. - RCA LYRA MP3 portable
  74. - Sandisk ImageMate SDDR-05b
  75. If this driver is compiled as a module, it will be named ums-usbat.
  76. config USB_STORAGE_SDDR09
  77. tristate "SanDisk SDDR-09 (and other SmartMedia, including DPCM) support"
  78. depends on USB_STORAGE
  79. help
  80. Say Y here to include additional code to support the Sandisk SDDR-09
  81. SmartMedia reader in the USB Mass Storage driver.
  82. Also works for the Microtech Zio! CompactFlash/SmartMedia reader.
  83. If this driver is compiled as a module, it will be named ums-sddr09.
  84. config USB_STORAGE_SDDR55
  85. tristate "SanDisk SDDR-55 SmartMedia support"
  86. depends on USB_STORAGE
  87. help
  88. Say Y here to include additional code to support the Sandisk SDDR-55
  89. SmartMedia reader in the USB Mass Storage driver.
  90. If this driver is compiled as a module, it will be named ums-sddr55.
  91. config USB_STORAGE_JUMPSHOT
  92. tristate "Lexar Jumpshot Compact Flash Reader"
  93. depends on USB_STORAGE
  94. help
  95. Say Y here to include additional code to support the Lexar Jumpshot
  96. USB CompactFlash reader.
  97. If this driver is compiled as a module, it will be named ums-jumpshot.
  98. config USB_STORAGE_ALAUDA
  99. tristate "Olympus MAUSB-10/Fuji DPC-R1 support"
  100. depends on USB_STORAGE
  101. help
  102. Say Y here to include additional code to support the Olympus MAUSB-10
  103. and Fujifilm DPC-R1 USB Card reader/writer devices.
  104. These devices are based on the Alauda chip and support both
  105. XD and SmartMedia cards.
  106. If this driver is compiled as a module, it will be named ums-alauda.
  107. config USB_STORAGE_ONETOUCH
  108. tristate "Support OneTouch Button on Maxtor Hard Drives"
  109. depends on USB_STORAGE
  110. depends on INPUT=y || INPUT=USB_STORAGE
  111. help
  112. Say Y here to include additional code to support the Maxtor OneTouch
  113. USB hard drive's onetouch button.
  114. This code registers the button on the front of Maxtor OneTouch USB
  115. hard drive's as an input device. An action can be associated with
  116. this input in any keybinding software. (e.g. gnome's keyboard short-
  117. cuts)
  118. If this driver is compiled as a module, it will be named ums-onetouch.
  119. config USB_STORAGE_KARMA
  120. tristate "Support for Rio Karma music player"
  121. depends on USB_STORAGE
  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. depends on USB_STORAGE
  133. ---help---
  134. Say Y here if you want to use SAT (ata pass through) on devices based
  135. on the Cypress USB/ATA bridge supporting ATACB. This will allow you
  136. to use tools to tune and monitor your drive (like hdparm or smartctl).
  137. If you say no here your device will still work with the standard usb
  138. mass storage class.
  139. If this driver is compiled as a module, it will be named ums-cypress.
  140. config USB_LIBUSUAL
  141. bool "The shared table of common (or usual) storage devices"
  142. depends on USB
  143. help
  144. This module contains a table of common (or usual) devices
  145. for usb-storage and ub drivers, and allows to switch binding
  146. of these devices without rebuilding modules.
  147. Typical syntax of /etc/modprobe.conf is:
  148. options libusual bias="ub"
  149. If unsure, say N.