Kconfig 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. #
  2. # USB Storage driver configuration
  3. #
  4. comment "NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'"
  5. comment "may also be needed; see USB_STORAGE Help for more information"
  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. bool "Datafab Compact Flash Reader support (EXPERIMENTAL)"
  30. depends on USB_STORAGE && EXPERIMENTAL
  31. help
  32. Support for certain Datafab CompactFlash readers.
  33. Datafab has a web page at <http://www.datafabusa.com/>.
  34. config USB_STORAGE_FREECOM
  35. bool "Freecom USB/ATAPI Bridge support"
  36. depends on USB_STORAGE
  37. help
  38. Support for the Freecom USB to IDE/ATAPI adaptor.
  39. Freecom has a web page at <http://www.freecom.de/>.
  40. config USB_STORAGE_ISD200
  41. bool "ISD-200 USB/ATA Bridge support"
  42. depends on USB_STORAGE
  43. ---help---
  44. Say Y here if you want to use USB Mass Store devices based
  45. on the In-Systems Design ISD-200 USB/ATA bridge.
  46. Some of the products that use this chip are:
  47. - Archos Jukebox 6000
  48. - ISD SmartCable for Storage
  49. - Taiwan Skymaster CD530U/DEL-0241 IDE bridge
  50. - Sony CRX10U CD-R/RW drive
  51. - CyQ've CQ8060A CDRW drive
  52. - Planex eXtreme Drive RX-25HU USB-IDE cable (not model RX-25U)
  53. config USB_STORAGE_DPCM
  54. bool "Microtech/ZiO! CompactFlash/SmartMedia support"
  55. depends on USB_STORAGE
  56. help
  57. Say Y here to support the Microtech/ZiO! CompactFlash reader.
  58. There is a web page at <http://www.ziocorp.com/products/>.
  59. config USB_STORAGE_USBAT
  60. bool "USBAT/USBAT02-based storage support (EXPERIMENTAL)"
  61. depends on USB_STORAGE && EXPERIMENTAL
  62. help
  63. Say Y here to include additional code to support storage devices
  64. based on the SCM/Shuttle USBAT/USBAT02 processors.
  65. Devices reported to work with this driver include:
  66. - CompactFlash reader included with Kodak DC3800 camera
  67. - Dane-Elec Zmate CompactFlash reader
  68. - Delkin Efilm reader2
  69. - HP 8200e/8210e/8230e CD-Writer Plus drives
  70. - I-JAM JS-50U
  71. - Jessops CompactFlash JESDCFRU BLACK
  72. - Kingston Technology PCREAD-USB/CF
  73. - Maxell UA4 CompactFlash reader
  74. - Memorex UCF-100
  75. - Microtech ZiO! ICS-45 CF2
  76. - RCA LYRA MP3 portable
  77. - Sandisk ImageMate SDDR-05b
  78. config USB_STORAGE_SDDR09
  79. bool "SanDisk SDDR-09 (and other SmartMedia) support (EXPERIMENTAL)"
  80. depends on USB_STORAGE && EXPERIMENTAL
  81. help
  82. Say Y here to include additional code to support the Sandisk SDDR-09
  83. SmartMedia reader in the USB Mass Storage driver.
  84. Also works for the Microtech Zio! SmartMedia reader.
  85. config USB_STORAGE_SDDR55
  86. bool "SanDisk SDDR-55 SmartMedia support (EXPERIMENTAL)"
  87. depends on USB_STORAGE && EXPERIMENTAL
  88. help
  89. Say Y here to include additional code to support the Sandisk SDDR-55
  90. SmartMedia reader in the USB Mass Storage driver.
  91. config USB_STORAGE_JUMPSHOT
  92. bool "Lexar Jumpshot Compact Flash Reader (EXPERIMENTAL)"
  93. depends on USB_STORAGE && EXPERIMENTAL
  94. help
  95. Say Y here to include additional code to support the Lexar Jumpshot
  96. USB CompactFlash reader.
  97. config USB_STORAGE_ALAUDA
  98. bool "Olympus MAUSB-10/Fuji DPC-R1 support (EXPERIMENTAL)"
  99. depends on USB_STORAGE && EXPERIMENTAL
  100. help
  101. Say Y here to include additional code to support the Olympus MAUSB-10
  102. and Fujifilm DPC-R1 USB Card reader/writer devices.
  103. These devices are based on the Alauda chip and support both
  104. XD and SmartMedia cards.
  105. config USB_STORAGE_ONETOUCH
  106. bool "Support OneTouch Button on Maxtor Hard Drives (EXPERIMENTAL)"
  107. depends on USB_STORAGE && INPUT_EVDEV && EXPERIMENTAL && !PM
  108. help
  109. Say Y here to include additional code to support the Maxtor OneTouch
  110. USB hard drive's onetouch button.
  111. This code registers the button on the front of Maxtor OneTouch USB
  112. hard drive's as an input device. An action can be associated with
  113. this input in any keybinding software. (e.g. gnome's keyboard short-
  114. cuts)
  115. config USB_STORAGE_KARMA
  116. bool "Support for Rio Karma music player"
  117. depends on USB_STORAGE
  118. help
  119. Say Y here to include additional code to support the Rio Karma
  120. USB interface.
  121. This code places the Rio Karma into mass storage mode, enabling
  122. it to be mounted as an ordinary filesystem. Performing an eject
  123. on the resulting scsi device node returns the Karma to normal
  124. operation.
  125. config USB_LIBUSUAL
  126. bool "The shared table of common (or usual) storage devices"
  127. depends on USB
  128. help
  129. This module contains a table of common (or usual) devices
  130. for usb-storage and ub drivers, and allows to switch binding
  131. of these devices without rebuilding modules.
  132. Typical syntax of /etc/modprobe.conf is:
  133. options libusual bias="ub"
  134. If unsure, say N.