blob: 8470e1b114f2bff5538d9f4134e4f6222ab47500 [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
8config USB_STORAGE
9 tristate "USB Mass Storage support"
Florian Fainelli25e11ec2013-04-09 14:29:25 +020010 depends on SCSI
Linus Torvalds1da177e2005-04-16 15:20:36 -070011 ---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
David Howells65934a92006-08-29 19:06:31 +010019 This option depends on 'SCSI' support being enabled, but you
Linus Torvalds1da177e2005-04-16 15:20:36 -070020 probably also need 'SCSI device support: SCSI disk support'
21 (BLK_DEV_SD) for most USB storage devices.
22
23 To compile this driver as a module, choose M here: the
24 module will be called usb-storage.
25
26config USB_STORAGE_DEBUG
27 bool "USB Mass Storage verbose debug"
28 depends on USB_STORAGE
29 help
30 Say Y here in order to have the USB Mass Storage code generate
31 verbose debugging messages.
32
wwang50a6cb92011-01-14 16:53:34 +080033config USB_STORAGE_REALTEK
34 tristate "Realtek Card Reader support"
35 depends on USB_STORAGE
36 help
37 Say Y here to include additional code to support the power-saving function
38 for Realtek RTS51xx USB card readers.
39
40 If this driver is compiled as a module, it will be named ums-realtek.
41
edwin_ronge9318302011-06-17 19:35:11 +080042config REALTEK_AUTOPM
43 bool "Realtek Card Reader autosuspend support"
Vincent Palatin839f2452011-09-01 14:05:15 -070044 depends on USB_STORAGE_REALTEK && PM_RUNTIME
edwin_ronge9318302011-06-17 19:35:11 +080045 default y
wwang50a6cb92011-01-14 16:53:34 +080046
Linus Torvalds1da177e2005-04-16 15:20:36 -070047config USB_STORAGE_DATAFAB
Alan Stern2cbbf352009-02-12 14:48:15 -050048 tristate "Datafab Compact Flash Reader support"
Robert P. J. Day726627f2008-03-08 02:17:55 -050049 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -070050 help
51 Support for certain Datafab CompactFlash readers.
Justin P. Mattock631dd1a2010-10-18 11:03:14 +020052 Datafab has a web page at <http://www.datafab.com/>.
Linus Torvalds1da177e2005-04-16 15:20:36 -070053
Alan Stern2cbbf352009-02-12 14:48:15 -050054 If this driver is compiled as a module, it will be named ums-datafab.
55
Linus Torvalds1da177e2005-04-16 15:20:36 -070056config USB_STORAGE_FREECOM
Alan Stern0d629392009-02-12 14:48:11 -050057 tristate "Freecom USB/ATAPI Bridge support"
Linus Torvalds1da177e2005-04-16 15:20:36 -070058 depends on USB_STORAGE
59 help
60 Support for the Freecom USB to IDE/ATAPI adaptor.
61 Freecom has a web page at <http://www.freecom.de/>.
62
Alan Stern0d629392009-02-12 14:48:11 -050063 If this driver is compiled as a module, it will be named ums-freecom.
64
Linus Torvalds1da177e2005-04-16 15:20:36 -070065config USB_STORAGE_ISD200
Alan Stern32d54932009-02-12 14:47:54 -050066 tristate "ISD-200 USB/ATA Bridge support"
Randy Dunlap66e0a982006-04-05 12:03:45 -070067 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -070068 ---help---
69 Say Y here if you want to use USB Mass Store devices based
70 on the In-Systems Design ISD-200 USB/ATA bridge.
71
72 Some of the products that use this chip are:
73
74 - Archos Jukebox 6000
75 - ISD SmartCable for Storage
76 - Taiwan Skymaster CD530U/DEL-0241 IDE bridge
77 - Sony CRX10U CD-R/RW drive
78 - CyQ've CQ8060A CDRW drive
79 - Planex eXtreme Drive RX-25HU USB-IDE cable (not model RX-25U)
80
Alan Stern32d54932009-02-12 14:47:54 -050081 If this driver is compiled as a module, it will be named ums-isd200.
82
Linus Torvalds1da177e2005-04-16 15:20:36 -070083config USB_STORAGE_USBAT
Alan Stern26d68182009-02-12 14:48:08 -050084 tristate "USBAT/USBAT02-based storage support"
Robert P. J. Day726627f2008-03-08 02:17:55 -050085 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -070086 help
87 Say Y here to include additional code to support storage devices
88 based on the SCM/Shuttle USBAT/USBAT02 processors.
89
90 Devices reported to work with this driver include:
91 - CompactFlash reader included with Kodak DC3800 camera
92 - Dane-Elec Zmate CompactFlash reader
93 - Delkin Efilm reader2
94 - HP 8200e/8210e/8230e CD-Writer Plus drives
95 - I-JAM JS-50U
96 - Jessops CompactFlash JESDCFRU BLACK
97 - Kingston Technology PCREAD-USB/CF
98 - Maxell UA4 CompactFlash reader
99 - Memorex UCF-100
100 - Microtech ZiO! ICS-45 CF2
101 - RCA LYRA MP3 portable
102 - Sandisk ImageMate SDDR-05b
103
Alan Stern26d68182009-02-12 14:48:08 -0500104 If this driver is compiled as a module, it will be named ums-usbat.
105
Linus Torvalds1da177e2005-04-16 15:20:36 -0700106config USB_STORAGE_SDDR09
Alan Stern0ff71882009-02-12 14:47:49 -0500107 tristate "SanDisk SDDR-09 (and other SmartMedia, including DPCM) support"
Robert P. J. Day726627f2008-03-08 02:17:55 -0500108 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700109 help
110 Say Y here to include additional code to support the Sandisk SDDR-09
111 SmartMedia reader in the USB Mass Storage driver.
Alan Sternc20b15f2008-12-01 10:36:15 -0500112 Also works for the Microtech Zio! CompactFlash/SmartMedia reader.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700113
Alan Stern0ff71882009-02-12 14:47:49 -0500114 If this driver is compiled as a module, it will be named ums-sddr09.
115
Linus Torvalds1da177e2005-04-16 15:20:36 -0700116config USB_STORAGE_SDDR55
Alan Stern70fcc002009-02-12 14:47:59 -0500117 tristate "SanDisk SDDR-55 SmartMedia support"
Robert P. J. Day726627f2008-03-08 02:17:55 -0500118 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700119 help
120 Say Y here to include additional code to support the Sandisk SDDR-55
121 SmartMedia reader in the USB Mass Storage driver.
122
Alan Stern70fcc002009-02-12 14:47:59 -0500123 If this driver is compiled as a module, it will be named ums-sddr55.
124
Linus Torvalds1da177e2005-04-16 15:20:36 -0700125config USB_STORAGE_JUMPSHOT
Alan Sterna9fb6d02009-02-12 14:48:19 -0500126 tristate "Lexar Jumpshot Compact Flash Reader"
Robert P. J. Day726627f2008-03-08 02:17:55 -0500127 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700128 help
129 Say Y here to include additional code to support the Lexar Jumpshot
130 USB CompactFlash reader.
131
Alan Sterna9fb6d02009-02-12 14:48:19 -0500132 If this driver is compiled as a module, it will be named ums-jumpshot.
133
Matthew Dharme80b0fa2005-12-04 22:02:44 -0800134config USB_STORAGE_ALAUDA
Alan Sterna74bba32009-02-12 14:48:22 -0500135 tristate "Olympus MAUSB-10/Fuji DPC-R1 support"
Robert P. J. Day726627f2008-03-08 02:17:55 -0500136 depends on USB_STORAGE
Matthew Dharme80b0fa2005-12-04 22:02:44 -0800137 help
138 Say Y here to include additional code to support the Olympus MAUSB-10
139 and Fujifilm DPC-R1 USB Card reader/writer devices.
140
Matt LaPlante09509602006-10-03 22:31:37 +0200141 These devices are based on the Alauda chip and support both
Matthew Dharme80b0fa2005-12-04 22:02:44 -0800142 XD and SmartMedia cards.
Matthew Dharm34008db2005-07-28 14:49:01 -0700143
Alan Sterna74bba32009-02-12 14:48:22 -0500144 If this driver is compiled as a module, it will be named ums-alauda.
145
Matthew Dharm34008db2005-07-28 14:49:01 -0700146config USB_STORAGE_ONETOUCH
Alan Stern9cfb95e2009-02-12 14:48:33 -0500147 tristate "Support OneTouch Button on Maxtor Hard Drives"
Dmitry Torokhove42dc362008-04-28 16:57:14 -0400148 depends on USB_STORAGE
149 depends on INPUT=y || INPUT=USB_STORAGE
Matthew Dharm34008db2005-07-28 14:49:01 -0700150 help
151 Say Y here to include additional code to support the Maxtor OneTouch
152 USB hard drive's onetouch button.
153
154 This code registers the button on the front of Maxtor OneTouch USB
155 hard drive's as an input device. An action can be associated with
156 this input in any keybinding software. (e.g. gnome's keyboard short-
157 cuts)
Pete Zaitceva00828e2005-10-22 20:15:09 -0700158
Alan Stern9cfb95e2009-02-12 14:48:33 -0500159 If this driver is compiled as a module, it will be named ums-onetouch.
160
Matthew Dharmdfe0d3b2006-08-13 17:30:14 -0700161config USB_STORAGE_KARMA
Alan Sternc1033782009-02-12 14:48:26 -0500162 tristate "Support for Rio Karma music player"
Matthew Dharmdfe0d3b2006-08-13 17:30:14 -0700163 depends on USB_STORAGE
164 help
165 Say Y here to include additional code to support the Rio Karma
166 USB interface.
167
168 This code places the Rio Karma into mass storage mode, enabling
169 it to be mounted as an ordinary filesystem. Performing an eject
170 on the resulting scsi device node returns the Karma to normal
171 operation.
172
Alan Sternc1033782009-02-12 14:48:26 -0500173 If this driver is compiled as a module, it will be named ums-karma.
174
matthieu castetd2770642008-03-19 19:40:52 +0100175config USB_STORAGE_CYPRESS_ATACB
Alan Sternfcdb5142009-02-12 14:48:04 -0500176 tristate "SAT emulation on Cypress USB/ATA Bridge with ATACB"
matthieu castetd2770642008-03-19 19:40:52 +0100177 depends on USB_STORAGE
178 ---help---
179 Say Y here if you want to use SAT (ata pass through) on devices based
180 on the Cypress USB/ATA bridge supporting ATACB. This will allow you
181 to use tools to tune and monitor your drive (like hdparm or smartctl).
182
183 If you say no here your device will still work with the standard usb
184 mass storage class.
185
Alan Sternfcdb5142009-02-12 14:48:04 -0500186 If this driver is compiled as a module, it will be named ums-cypress.
187
Randy Dunlape49c4592011-03-10 16:49:56 -0800188config USB_STORAGE_ENE_UB6250
189 tristate "USB ENE card reader support"
Florian Fainelli25e11ec2013-04-09 14:29:25 +0200190 depends on SCSI
Randy Dunlape49c4592011-03-10 16:49:56 -0800191 depends on USB_STORAGE
192 ---help---
Cho, Yu-Chen33842ce2011-07-07 11:27:13 +0800193 Say Y here if you wish to control a ENE SD/MS Card reader.
194 To use SM card, please build driver/staging/keucr/keucr.ko
Randy Dunlape49c4592011-03-10 16:49:56 -0800195
196 This option depends on 'SCSI' support being enabled, but you
197 probably also need 'SCSI device support: SCSI disk support'
198 (BLK_DEV_SD) for most USB storage devices.
199
200 To compile this driver as a module, choose M here: the
201 module will be called ums-eneub6250.
202
Matthew Wilcox115bb1f2010-10-07 13:05:23 +0200203config USB_UAS
204 tristate "USB Attached SCSI"
Florian Fainelli25e11ec2013-04-09 14:29:25 +0200205 depends on SCSI && BROKEN
Matthew Wilcox115bb1f2010-10-07 13:05:23 +0200206 help
207 The USB Attached SCSI protocol is supported by some USB
208 storage devices. It permits higher performance by supporting
209 multiple outstanding commands.
210
211 If you don't know whether you have a UAS device, it is safe to
212 say 'Y' or 'M' here and the kernel will use the right driver.
213
214 If you compile this driver as a module, it will be named uas.