blob: 7691c866637be6be835442396b1f545da5a7f09c [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# USB Storage driver configuration
3#
4
Borislav Petkov0eb526b2009-02-07 20:20:42 +01005comment "NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may"
6comment "also be needed; see USB_STORAGE Help for more info"
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 depends on USB
8
9config USB_STORAGE
10 tristate "USB Mass Storage support"
David Howells65934a92006-08-29 19:06:31 +010011 depends on USB && SCSI
Linus Torvalds1da177e2005-04-16 15:20:36 -070012 ---help---
13 Say Y here if you want to connect USB mass storage devices to your
14 computer's USB port. This is the driver you need for USB
15 floppy drives, USB hard disks, USB tape drives, USB CD-ROMs,
16 USB flash devices, and memory sticks, along with
17 similar devices. This driver may also be used for some cameras
18 and card readers.
19
David Howells65934a92006-08-29 19:06:31 +010020 This option depends on 'SCSI' support being enabled, but you
Linus Torvalds1da177e2005-04-16 15:20:36 -070021 probably also need 'SCSI device support: SCSI disk support'
22 (BLK_DEV_SD) for most USB storage devices.
23
24 To compile this driver as a module, choose M here: the
25 module will be called usb-storage.
26
27config USB_STORAGE_DEBUG
28 bool "USB Mass Storage verbose debug"
29 depends on USB_STORAGE
30 help
31 Say Y here in order to have the USB Mass Storage code generate
32 verbose debugging messages.
33
wwang50a6cb92011-01-14 16:53:34 +080034config USB_STORAGE_REALTEK
35 tristate "Realtek Card Reader support"
36 depends on USB_STORAGE
37 help
38 Say Y here to include additional code to support the power-saving function
39 for Realtek RTS51xx USB card readers.
40
41 If this driver is compiled as a module, it will be named ums-realtek.
42
edwin_ronge9318302011-06-17 19:35:11 +080043config REALTEK_AUTOPM
44 bool "Realtek Card Reader autosuspend support"
Vincent Palatin839f2452011-09-01 14:05:15 -070045 depends on USB_STORAGE_REALTEK && PM_RUNTIME
edwin_ronge9318302011-06-17 19:35:11 +080046 default y
wwang50a6cb92011-01-14 16:53:34 +080047
Linus Torvalds1da177e2005-04-16 15:20:36 -070048config USB_STORAGE_DATAFAB
Alan Stern2cbbf352009-02-12 14:48:15 -050049 tristate "Datafab Compact Flash Reader support"
Robert P. J. Day726627f2008-03-08 02:17:55 -050050 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -070051 help
52 Support for certain Datafab CompactFlash readers.
Justin P. Mattock631dd1a2010-10-18 11:03:14 +020053 Datafab has a web page at <http://www.datafab.com/>.
Linus Torvalds1da177e2005-04-16 15:20:36 -070054
Alan Stern2cbbf352009-02-12 14:48:15 -050055 If this driver is compiled as a module, it will be named ums-datafab.
56
Linus Torvalds1da177e2005-04-16 15:20:36 -070057config USB_STORAGE_FREECOM
Alan Stern0d629392009-02-12 14:48:11 -050058 tristate "Freecom USB/ATAPI Bridge support"
Linus Torvalds1da177e2005-04-16 15:20:36 -070059 depends on USB_STORAGE
60 help
61 Support for the Freecom USB to IDE/ATAPI adaptor.
62 Freecom has a web page at <http://www.freecom.de/>.
63
Alan Stern0d629392009-02-12 14:48:11 -050064 If this driver is compiled as a module, it will be named ums-freecom.
65
Linus Torvalds1da177e2005-04-16 15:20:36 -070066config USB_STORAGE_ISD200
Alan Stern32d54932009-02-12 14:47:54 -050067 tristate "ISD-200 USB/ATA Bridge support"
Randy Dunlap66e0a982006-04-05 12:03:45 -070068 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -070069 ---help---
70 Say Y here if you want to use USB Mass Store devices based
71 on the In-Systems Design ISD-200 USB/ATA bridge.
72
73 Some of the products that use this chip are:
74
75 - Archos Jukebox 6000
76 - ISD SmartCable for Storage
77 - Taiwan Skymaster CD530U/DEL-0241 IDE bridge
78 - Sony CRX10U CD-R/RW drive
79 - CyQ've CQ8060A CDRW drive
80 - Planex eXtreme Drive RX-25HU USB-IDE cable (not model RX-25U)
81
Alan Stern32d54932009-02-12 14:47:54 -050082 If this driver is compiled as a module, it will be named ums-isd200.
83
Linus Torvalds1da177e2005-04-16 15:20:36 -070084config USB_STORAGE_USBAT
Alan Stern26d68182009-02-12 14:48:08 -050085 tristate "USBAT/USBAT02-based storage support"
Robert P. J. Day726627f2008-03-08 02:17:55 -050086 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -070087 help
88 Say Y here to include additional code to support storage devices
89 based on the SCM/Shuttle USBAT/USBAT02 processors.
90
91 Devices reported to work with this driver include:
92 - CompactFlash reader included with Kodak DC3800 camera
93 - Dane-Elec Zmate CompactFlash reader
94 - Delkin Efilm reader2
95 - HP 8200e/8210e/8230e CD-Writer Plus drives
96 - I-JAM JS-50U
97 - Jessops CompactFlash JESDCFRU BLACK
98 - Kingston Technology PCREAD-USB/CF
99 - Maxell UA4 CompactFlash reader
100 - Memorex UCF-100
101 - Microtech ZiO! ICS-45 CF2
102 - RCA LYRA MP3 portable
103 - Sandisk ImageMate SDDR-05b
104
Alan Stern26d68182009-02-12 14:48:08 -0500105 If this driver is compiled as a module, it will be named ums-usbat.
106
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107config USB_STORAGE_SDDR09
Alan Stern0ff71882009-02-12 14:47:49 -0500108 tristate "SanDisk SDDR-09 (and other SmartMedia, including DPCM) support"
Robert P. J. Day726627f2008-03-08 02:17:55 -0500109 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110 help
111 Say Y here to include additional code to support the Sandisk SDDR-09
112 SmartMedia reader in the USB Mass Storage driver.
Alan Sternc20b15f2008-12-01 10:36:15 -0500113 Also works for the Microtech Zio! CompactFlash/SmartMedia reader.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114
Alan Stern0ff71882009-02-12 14:47:49 -0500115 If this driver is compiled as a module, it will be named ums-sddr09.
116
Linus Torvalds1da177e2005-04-16 15:20:36 -0700117config USB_STORAGE_SDDR55
Alan Stern70fcc002009-02-12 14:47:59 -0500118 tristate "SanDisk SDDR-55 SmartMedia support"
Robert P. J. Day726627f2008-03-08 02:17:55 -0500119 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700120 help
121 Say Y here to include additional code to support the Sandisk SDDR-55
122 SmartMedia reader in the USB Mass Storage driver.
123
Alan Stern70fcc002009-02-12 14:47:59 -0500124 If this driver is compiled as a module, it will be named ums-sddr55.
125
Linus Torvalds1da177e2005-04-16 15:20:36 -0700126config USB_STORAGE_JUMPSHOT
Alan Sterna9fb6d02009-02-12 14:48:19 -0500127 tristate "Lexar Jumpshot Compact Flash Reader"
Robert P. J. Day726627f2008-03-08 02:17:55 -0500128 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700129 help
130 Say Y here to include additional code to support the Lexar Jumpshot
131 USB CompactFlash reader.
132
Alan Sterna9fb6d02009-02-12 14:48:19 -0500133 If this driver is compiled as a module, it will be named ums-jumpshot.
134
Matthew Dharme80b0fa2005-12-04 22:02:44 -0800135config USB_STORAGE_ALAUDA
Alan Sterna74bba32009-02-12 14:48:22 -0500136 tristate "Olympus MAUSB-10/Fuji DPC-R1 support"
Robert P. J. Day726627f2008-03-08 02:17:55 -0500137 depends on USB_STORAGE
Matthew Dharme80b0fa2005-12-04 22:02:44 -0800138 help
139 Say Y here to include additional code to support the Olympus MAUSB-10
140 and Fujifilm DPC-R1 USB Card reader/writer devices.
141
Matt LaPlante09509602006-10-03 22:31:37 +0200142 These devices are based on the Alauda chip and support both
Matthew Dharme80b0fa2005-12-04 22:02:44 -0800143 XD and SmartMedia cards.
Matthew Dharm34008db2005-07-28 14:49:01 -0700144
Alan Sterna74bba32009-02-12 14:48:22 -0500145 If this driver is compiled as a module, it will be named ums-alauda.
146
Matthew Dharm34008db2005-07-28 14:49:01 -0700147config USB_STORAGE_ONETOUCH
Alan Stern9cfb95e2009-02-12 14:48:33 -0500148 tristate "Support OneTouch Button on Maxtor Hard Drives"
Dmitry Torokhove42dc362008-04-28 16:57:14 -0400149 depends on USB_STORAGE
150 depends on INPUT=y || INPUT=USB_STORAGE
Matthew Dharm34008db2005-07-28 14:49:01 -0700151 help
152 Say Y here to include additional code to support the Maxtor OneTouch
153 USB hard drive's onetouch button.
154
155 This code registers the button on the front of Maxtor OneTouch USB
156 hard drive's as an input device. An action can be associated with
157 this input in any keybinding software. (e.g. gnome's keyboard short-
158 cuts)
Pete Zaitceva00828e2005-10-22 20:15:09 -0700159
Alan Stern9cfb95e2009-02-12 14:48:33 -0500160 If this driver is compiled as a module, it will be named ums-onetouch.
161
Matthew Dharmdfe0d3b2006-08-13 17:30:14 -0700162config USB_STORAGE_KARMA
Alan Sternc1033782009-02-12 14:48:26 -0500163 tristate "Support for Rio Karma music player"
Matthew Dharmdfe0d3b2006-08-13 17:30:14 -0700164 depends on USB_STORAGE
165 help
166 Say Y here to include additional code to support the Rio Karma
167 USB interface.
168
169 This code places the Rio Karma into mass storage mode, enabling
170 it to be mounted as an ordinary filesystem. Performing an eject
171 on the resulting scsi device node returns the Karma to normal
172 operation.
173
Alan Sternc1033782009-02-12 14:48:26 -0500174 If this driver is compiled as a module, it will be named ums-karma.
175
matthieu castetd2770642008-03-19 19:40:52 +0100176config USB_STORAGE_CYPRESS_ATACB
Alan Sternfcdb5142009-02-12 14:48:04 -0500177 tristate "SAT emulation on Cypress USB/ATA Bridge with ATACB"
matthieu castetd2770642008-03-19 19:40:52 +0100178 depends on USB_STORAGE
179 ---help---
180 Say Y here if you want to use SAT (ata pass through) on devices based
181 on the Cypress USB/ATA bridge supporting ATACB. This will allow you
182 to use tools to tune and monitor your drive (like hdparm or smartctl).
183
184 If you say no here your device will still work with the standard usb
185 mass storage class.
186
Alan Sternfcdb5142009-02-12 14:48:04 -0500187 If this driver is compiled as a module, it will be named ums-cypress.
188
Randy Dunlape49c4592011-03-10 16:49:56 -0800189config USB_STORAGE_ENE_UB6250
190 tristate "USB ENE card reader support"
191 depends on USB && SCSI
192 depends on USB_STORAGE
193 ---help---
Cho, Yu-Chen33842ce2011-07-07 11:27:13 +0800194 Say Y here if you wish to control a ENE SD/MS Card reader.
195 To use SM card, please build driver/staging/keucr/keucr.ko
Randy Dunlape49c4592011-03-10 16:49:56 -0800196
197 This option depends on 'SCSI' support being enabled, but you
198 probably also need 'SCSI device support: SCSI disk support'
199 (BLK_DEV_SD) for most USB storage devices.
200
201 To compile this driver as a module, choose M here: the
202 module will be called ums-eneub6250.
203
Matthew Wilcox115bb1f2010-10-07 13:05:23 +0200204config USB_UAS
205 tristate "USB Attached SCSI"
206 depends on USB && SCSI
207 help
208 The USB Attached SCSI protocol is supported by some USB
209 storage devices. It permits higher performance by supporting
210 multiple outstanding commands.
211
212 If you don't know whether you have a UAS device, it is safe to
213 say 'Y' or 'M' here and the kernel will use the right driver.
214
215 If you compile this driver as a module, it will be named uas.
216
Pete Zaitceva00828e2005-10-22 20:15:09 -0700217config USB_LIBUSUAL
218 bool "The shared table of common (or usual) storage devices"
219 depends on USB
220 help
221 This module contains a table of common (or usual) devices
222 for usb-storage and ub drivers, and allows to switch binding
223 of these devices without rebuilding modules.
224
Lucas De Marchi970e2482012-03-30 13:37:16 -0700225 Typical syntax of /etc/modprobe.d/*conf is:
Pete Zaitceva00828e2005-10-22 20:15:09 -0700226
227 options libusual bias="ub"
228
229 If unsure, say N.