blob: 97987255be750c94ca5bf9e1f84141cf1a2da951 [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
43
Linus Torvalds1da177e2005-04-16 15:20:36 -070044config USB_STORAGE_DATAFAB
Alan Stern2cbbf352009-02-12 14:48:15 -050045 tristate "Datafab Compact Flash Reader support"
Robert P. J. Day726627f2008-03-08 02:17:55 -050046 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -070047 help
48 Support for certain Datafab CompactFlash readers.
Justin P. Mattock631dd1a2010-10-18 11:03:14 +020049 Datafab has a web page at <http://www.datafab.com/>.
Linus Torvalds1da177e2005-04-16 15:20:36 -070050
Alan Stern2cbbf352009-02-12 14:48:15 -050051 If this driver is compiled as a module, it will be named ums-datafab.
52
Linus Torvalds1da177e2005-04-16 15:20:36 -070053config USB_STORAGE_FREECOM
Alan Stern0d629392009-02-12 14:48:11 -050054 tristate "Freecom USB/ATAPI Bridge support"
Linus Torvalds1da177e2005-04-16 15:20:36 -070055 depends on USB_STORAGE
56 help
57 Support for the Freecom USB to IDE/ATAPI adaptor.
58 Freecom has a web page at <http://www.freecom.de/>.
59
Alan Stern0d629392009-02-12 14:48:11 -050060 If this driver is compiled as a module, it will be named ums-freecom.
61
Linus Torvalds1da177e2005-04-16 15:20:36 -070062config USB_STORAGE_ISD200
Alan Stern32d54932009-02-12 14:47:54 -050063 tristate "ISD-200 USB/ATA Bridge support"
Randy Dunlap66e0a982006-04-05 12:03:45 -070064 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -070065 ---help---
66 Say Y here if you want to use USB Mass Store devices based
67 on the In-Systems Design ISD-200 USB/ATA bridge.
68
69 Some of the products that use this chip are:
70
71 - Archos Jukebox 6000
72 - ISD SmartCable for Storage
73 - Taiwan Skymaster CD530U/DEL-0241 IDE bridge
74 - Sony CRX10U CD-R/RW drive
75 - CyQ've CQ8060A CDRW drive
76 - Planex eXtreme Drive RX-25HU USB-IDE cable (not model RX-25U)
77
Alan Stern32d54932009-02-12 14:47:54 -050078 If this driver is compiled as a module, it will be named ums-isd200.
79
Linus Torvalds1da177e2005-04-16 15:20:36 -070080config USB_STORAGE_USBAT
Alan Stern26d68182009-02-12 14:48:08 -050081 tristate "USBAT/USBAT02-based storage support"
Robert P. J. Day726627f2008-03-08 02:17:55 -050082 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -070083 help
84 Say Y here to include additional code to support storage devices
85 based on the SCM/Shuttle USBAT/USBAT02 processors.
86
87 Devices reported to work with this driver include:
88 - CompactFlash reader included with Kodak DC3800 camera
89 - Dane-Elec Zmate CompactFlash reader
90 - Delkin Efilm reader2
91 - HP 8200e/8210e/8230e CD-Writer Plus drives
92 - I-JAM JS-50U
93 - Jessops CompactFlash JESDCFRU BLACK
94 - Kingston Technology PCREAD-USB/CF
95 - Maxell UA4 CompactFlash reader
96 - Memorex UCF-100
97 - Microtech ZiO! ICS-45 CF2
98 - RCA LYRA MP3 portable
99 - Sandisk ImageMate SDDR-05b
100
Alan Stern26d68182009-02-12 14:48:08 -0500101 If this driver is compiled as a module, it will be named ums-usbat.
102
Linus Torvalds1da177e2005-04-16 15:20:36 -0700103config USB_STORAGE_SDDR09
Alan Stern0ff71882009-02-12 14:47:49 -0500104 tristate "SanDisk SDDR-09 (and other SmartMedia, including DPCM) support"
Robert P. J. Day726627f2008-03-08 02:17:55 -0500105 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700106 help
107 Say Y here to include additional code to support the Sandisk SDDR-09
108 SmartMedia reader in the USB Mass Storage driver.
Alan Sternc20b15f2008-12-01 10:36:15 -0500109 Also works for the Microtech Zio! CompactFlash/SmartMedia reader.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110
Alan Stern0ff71882009-02-12 14:47:49 -0500111 If this driver is compiled as a module, it will be named ums-sddr09.
112
Linus Torvalds1da177e2005-04-16 15:20:36 -0700113config USB_STORAGE_SDDR55
Alan Stern70fcc002009-02-12 14:47:59 -0500114 tristate "SanDisk SDDR-55 SmartMedia support"
Robert P. J. Day726627f2008-03-08 02:17:55 -0500115 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700116 help
117 Say Y here to include additional code to support the Sandisk SDDR-55
118 SmartMedia reader in the USB Mass Storage driver.
119
Alan Stern70fcc002009-02-12 14:47:59 -0500120 If this driver is compiled as a module, it will be named ums-sddr55.
121
Linus Torvalds1da177e2005-04-16 15:20:36 -0700122config USB_STORAGE_JUMPSHOT
Alan Sterna9fb6d02009-02-12 14:48:19 -0500123 tristate "Lexar Jumpshot Compact Flash Reader"
Robert P. J. Day726627f2008-03-08 02:17:55 -0500124 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700125 help
126 Say Y here to include additional code to support the Lexar Jumpshot
127 USB CompactFlash reader.
128
Alan Sterna9fb6d02009-02-12 14:48:19 -0500129 If this driver is compiled as a module, it will be named ums-jumpshot.
130
Matthew Dharme80b0fa2005-12-04 22:02:44 -0800131config USB_STORAGE_ALAUDA
Alan Sterna74bba32009-02-12 14:48:22 -0500132 tristate "Olympus MAUSB-10/Fuji DPC-R1 support"
Robert P. J. Day726627f2008-03-08 02:17:55 -0500133 depends on USB_STORAGE
Matthew Dharme80b0fa2005-12-04 22:02:44 -0800134 help
135 Say Y here to include additional code to support the Olympus MAUSB-10
136 and Fujifilm DPC-R1 USB Card reader/writer devices.
137
Matt LaPlante09509602006-10-03 22:31:37 +0200138 These devices are based on the Alauda chip and support both
Matthew Dharme80b0fa2005-12-04 22:02:44 -0800139 XD and SmartMedia cards.
Matthew Dharm34008db2005-07-28 14:49:01 -0700140
Alan Sterna74bba32009-02-12 14:48:22 -0500141 If this driver is compiled as a module, it will be named ums-alauda.
142
Matthew Dharm34008db2005-07-28 14:49:01 -0700143config USB_STORAGE_ONETOUCH
Alan Stern9cfb95e2009-02-12 14:48:33 -0500144 tristate "Support OneTouch Button on Maxtor Hard Drives"
Dmitry Torokhove42dc362008-04-28 16:57:14 -0400145 depends on USB_STORAGE
146 depends on INPUT=y || INPUT=USB_STORAGE
Matthew Dharm34008db2005-07-28 14:49:01 -0700147 help
148 Say Y here to include additional code to support the Maxtor OneTouch
149 USB hard drive's onetouch button.
150
151 This code registers the button on the front of Maxtor OneTouch USB
152 hard drive's as an input device. An action can be associated with
153 this input in any keybinding software. (e.g. gnome's keyboard short-
154 cuts)
Pete Zaitceva00828e2005-10-22 20:15:09 -0700155
Alan Stern9cfb95e2009-02-12 14:48:33 -0500156 If this driver is compiled as a module, it will be named ums-onetouch.
157
Matthew Dharmdfe0d3b2006-08-13 17:30:14 -0700158config USB_STORAGE_KARMA
Alan Sternc1033782009-02-12 14:48:26 -0500159 tristate "Support for Rio Karma music player"
Matthew Dharmdfe0d3b2006-08-13 17:30:14 -0700160 depends on USB_STORAGE
161 help
162 Say Y here to include additional code to support the Rio Karma
163 USB interface.
164
165 This code places the Rio Karma into mass storage mode, enabling
166 it to be mounted as an ordinary filesystem. Performing an eject
167 on the resulting scsi device node returns the Karma to normal
168 operation.
169
Alan Sternc1033782009-02-12 14:48:26 -0500170 If this driver is compiled as a module, it will be named ums-karma.
171
matthieu castetd2770642008-03-19 19:40:52 +0100172config USB_STORAGE_CYPRESS_ATACB
Alan Sternfcdb5142009-02-12 14:48:04 -0500173 tristate "SAT emulation on Cypress USB/ATA Bridge with ATACB"
matthieu castetd2770642008-03-19 19:40:52 +0100174 depends on USB_STORAGE
175 ---help---
176 Say Y here if you want to use SAT (ata pass through) on devices based
177 on the Cypress USB/ATA bridge supporting ATACB. This will allow you
178 to use tools to tune and monitor your drive (like hdparm or smartctl).
179
180 If you say no here your device will still work with the standard usb
181 mass storage class.
182
Alan Sternfcdb5142009-02-12 14:48:04 -0500183 If this driver is compiled as a module, it will be named ums-cypress.
184
Randy Dunlape49c4592011-03-10 16:49:56 -0800185config USB_STORAGE_ENE_UB6250
186 tristate "USB ENE card reader support"
187 depends on USB && SCSI
188 depends on USB_STORAGE
189 ---help---
190 Say Y here if you wish to control a ENE SD Card reader.
191 To use SM/MS card, please build driver/staging/keucr/keucr.ko
192
193 This option depends on 'SCSI' support being enabled, but you
194 probably also need 'SCSI device support: SCSI disk support'
195 (BLK_DEV_SD) for most USB storage devices.
196
197 To compile this driver as a module, choose M here: the
198 module will be called ums-eneub6250.
199
Matthew Wilcox115bb1f2010-10-07 13:05:23 +0200200config USB_UAS
201 tristate "USB Attached SCSI"
202 depends on USB && SCSI
203 help
204 The USB Attached SCSI protocol is supported by some USB
205 storage devices. It permits higher performance by supporting
206 multiple outstanding commands.
207
208 If you don't know whether you have a UAS device, it is safe to
209 say 'Y' or 'M' here and the kernel will use the right driver.
210
211 If you compile this driver as a module, it will be named uas.
212
Pete Zaitceva00828e2005-10-22 20:15:09 -0700213config USB_LIBUSUAL
214 bool "The shared table of common (or usual) storage devices"
215 depends on USB
216 help
217 This module contains a table of common (or usual) devices
218 for usb-storage and ub drivers, and allows to switch binding
219 of these devices without rebuilding modules.
220
221 Typical syntax of /etc/modprobe.conf is:
222
223 options libusual bias="ub"
224
225 If unsure, say N.