Kconfig 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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
  10. select SCSI
  11. ---help---
  12. Say Y here if you want to connect USB mass storage devices to your
  13. computer's USB port. This is the driver you need for USB
  14. floppy drives, USB hard disks, USB tape drives, USB CD-ROMs,
  15. USB flash devices, and memory sticks, along with
  16. similar devices. This driver may also be used for some cameras
  17. and card readers.
  18. This option 'selects' (turns on, enables) 'SCSI', but you
  19. probably also need 'SCSI device support: SCSI disk support'
  20. (BLK_DEV_SD) for most USB storage devices.
  21. To compile this driver as a module, choose M here: the
  22. module will be called usb-storage.
  23. config USB_STORAGE_DEBUG
  24. bool "USB Mass Storage verbose debug"
  25. depends on USB_STORAGE
  26. help
  27. Say Y here in order to have the USB Mass Storage code generate
  28. verbose debugging messages.
  29. config USB_STORAGE_DATAFAB
  30. bool "Datafab Compact Flash Reader support (EXPERIMENTAL)"
  31. depends on USB_STORAGE && EXPERIMENTAL
  32. help
  33. Support for certain Datafab CompactFlash readers.
  34. Datafab has a web page at <http://www.datafabusa.com/>.
  35. config USB_STORAGE_FREECOM
  36. bool "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. config USB_STORAGE_ISD200
  42. bool "ISD-200 USB/ATA Bridge support"
  43. depends on USB_STORAGE && BLK_DEV_IDE
  44. ---help---
  45. Say Y here if you want to use USB Mass Store devices based
  46. on the In-Systems Design ISD-200 USB/ATA bridge.
  47. Some of the products that use this chip are:
  48. - Archos Jukebox 6000
  49. - ISD SmartCable for Storage
  50. - Taiwan Skymaster CD530U/DEL-0241 IDE bridge
  51. - Sony CRX10U CD-R/RW drive
  52. - CyQ've CQ8060A CDRW drive
  53. - Planex eXtreme Drive RX-25HU USB-IDE cable (not model RX-25U)
  54. config USB_STORAGE_DPCM
  55. bool "Microtech/ZiO! CompactFlash/SmartMedia support"
  56. depends on USB_STORAGE
  57. help
  58. Say Y here to support the Microtech/ZiO! CompactFlash reader.
  59. There is a web page at <http://www.ziocorp.com/products/>.
  60. config USB_STORAGE_USBAT
  61. bool "USBAT/USBAT02-based storage support (EXPERIMENTAL)"
  62. depends on USB_STORAGE && EXPERIMENTAL
  63. help
  64. Say Y here to include additional code to support storage devices
  65. based on the SCM/Shuttle USBAT/USBAT02 processors.
  66. Devices reported to work with this driver include:
  67. - CompactFlash reader included with Kodak DC3800 camera
  68. - Dane-Elec Zmate CompactFlash reader
  69. - Delkin Efilm reader2
  70. - HP 8200e/8210e/8230e CD-Writer Plus drives
  71. - I-JAM JS-50U
  72. - Jessops CompactFlash JESDCFRU BLACK
  73. - Kingston Technology PCREAD-USB/CF
  74. - Maxell UA4 CompactFlash reader
  75. - Memorex UCF-100
  76. - Microtech ZiO! ICS-45 CF2
  77. - RCA LYRA MP3 portable
  78. - Sandisk ImageMate SDDR-05b
  79. config USB_STORAGE_SDDR09
  80. bool "SanDisk SDDR-09 (and other SmartMedia) support (EXPERIMENTAL)"
  81. depends on USB_STORAGE && EXPERIMENTAL
  82. help
  83. Say Y here to include additional code to support the Sandisk SDDR-09
  84. SmartMedia reader in the USB Mass Storage driver.
  85. Also works for the Microtech Zio! SmartMedia reader.
  86. config USB_STORAGE_SDDR55
  87. bool "SanDisk SDDR-55 SmartMedia support (EXPERIMENTAL)"
  88. depends on USB_STORAGE && EXPERIMENTAL
  89. help
  90. Say Y here to include additional code to support the Sandisk SDDR-55
  91. SmartMedia reader in the USB Mass Storage driver.
  92. config USB_STORAGE_JUMPSHOT
  93. bool "Lexar Jumpshot Compact Flash Reader (EXPERIMENTAL)"
  94. depends on USB_STORAGE && EXPERIMENTAL
  95. help
  96. Say Y here to include additional code to support the Lexar Jumpshot
  97. USB CompactFlash reader.
  98. config USB_STORAGE_ALAUDA
  99. bool "Olympus MAUSB-10/Fuji DPC-R1 support (EXPERIMENTAL)"
  100. depends on USB_STORAGE && EXPERIMENTAL
  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 support both
  105. XD and SmartMedia cards.
  106. config USB_STORAGE_ONETOUCH
  107. bool "Support OneTouch Button on Maxtor Hard Drives (EXPERIMENTAL)"
  108. depends on USB_STORAGE && INPUT_EVDEV && EXPERIMENTAL && !PM
  109. help
  110. Say Y here to include additional code to support the Maxtor OneTouch
  111. USB hard drive's onetouch button.
  112. This code registers the button on the front of Maxtor OneTouch USB
  113. hard drive's as an input device. An action can be associated with
  114. this input in any keybinding software. (e.g. gnome's keyboard short-
  115. cuts)
  116. config USB_LIBUSUAL
  117. bool "The shared table of common (or usual) storage devices"
  118. depends on USB
  119. help
  120. This module contains a table of common (or usual) devices
  121. for usb-storage and ub drivers, and allows to switch binding
  122. of these devices without rebuilding modules.
  123. Typical syntax of /etc/modprobe.conf is:
  124. options libusual bias="ub"
  125. If unsure, say N.