blob: 8a372bac0e435cf4d57e0a588904bb5d918347f5 [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
34config USB_STORAGE_DATAFAB
Alan Stern2cbbf352009-02-12 14:48:15 -050035 tristate "Datafab Compact Flash Reader support"
Robert P. J. Day726627f2008-03-08 02:17:55 -050036 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -070037 help
38 Support for certain Datafab CompactFlash readers.
39 Datafab has a web page at <http://www.datafabusa.com/>.
40
Alan Stern2cbbf352009-02-12 14:48:15 -050041 If this driver is compiled as a module, it will be named ums-datafab.
42
Linus Torvalds1da177e2005-04-16 15:20:36 -070043config USB_STORAGE_FREECOM
Alan Stern0d629392009-02-12 14:48:11 -050044 tristate "Freecom USB/ATAPI Bridge support"
Linus Torvalds1da177e2005-04-16 15:20:36 -070045 depends on USB_STORAGE
46 help
47 Support for the Freecom USB to IDE/ATAPI adaptor.
48 Freecom has a web page at <http://www.freecom.de/>.
49
Alan Stern0d629392009-02-12 14:48:11 -050050 If this driver is compiled as a module, it will be named ums-freecom.
51
Linus Torvalds1da177e2005-04-16 15:20:36 -070052config USB_STORAGE_ISD200
Alan Stern32d54932009-02-12 14:47:54 -050053 tristate "ISD-200 USB/ATA Bridge support"
Randy Dunlap66e0a982006-04-05 12:03:45 -070054 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -070055 ---help---
56 Say Y here if you want to use USB Mass Store devices based
57 on the In-Systems Design ISD-200 USB/ATA bridge.
58
59 Some of the products that use this chip are:
60
61 - Archos Jukebox 6000
62 - ISD SmartCable for Storage
63 - Taiwan Skymaster CD530U/DEL-0241 IDE bridge
64 - Sony CRX10U CD-R/RW drive
65 - CyQ've CQ8060A CDRW drive
66 - Planex eXtreme Drive RX-25HU USB-IDE cable (not model RX-25U)
67
Alan Stern32d54932009-02-12 14:47:54 -050068 If this driver is compiled as a module, it will be named ums-isd200.
69
Linus Torvalds1da177e2005-04-16 15:20:36 -070070config USB_STORAGE_USBAT
Alan Stern26d68182009-02-12 14:48:08 -050071 tristate "USBAT/USBAT02-based storage support"
Robert P. J. Day726627f2008-03-08 02:17:55 -050072 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -070073 help
74 Say Y here to include additional code to support storage devices
75 based on the SCM/Shuttle USBAT/USBAT02 processors.
76
77 Devices reported to work with this driver include:
78 - CompactFlash reader included with Kodak DC3800 camera
79 - Dane-Elec Zmate CompactFlash reader
80 - Delkin Efilm reader2
81 - HP 8200e/8210e/8230e CD-Writer Plus drives
82 - I-JAM JS-50U
83 - Jessops CompactFlash JESDCFRU BLACK
84 - Kingston Technology PCREAD-USB/CF
85 - Maxell UA4 CompactFlash reader
86 - Memorex UCF-100
87 - Microtech ZiO! ICS-45 CF2
88 - RCA LYRA MP3 portable
89 - Sandisk ImageMate SDDR-05b
90
Alan Stern26d68182009-02-12 14:48:08 -050091 If this driver is compiled as a module, it will be named ums-usbat.
92
Linus Torvalds1da177e2005-04-16 15:20:36 -070093config USB_STORAGE_SDDR09
Alan Stern0ff71882009-02-12 14:47:49 -050094 tristate "SanDisk SDDR-09 (and other SmartMedia, including DPCM) support"
Robert P. J. Day726627f2008-03-08 02:17:55 -050095 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -070096 help
97 Say Y here to include additional code to support the Sandisk SDDR-09
98 SmartMedia reader in the USB Mass Storage driver.
Alan Sternc20b15f2008-12-01 10:36:15 -050099 Also works for the Microtech Zio! CompactFlash/SmartMedia reader.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700100
Alan Stern0ff71882009-02-12 14:47:49 -0500101 If this driver is compiled as a module, it will be named ums-sddr09.
102
Linus Torvalds1da177e2005-04-16 15:20:36 -0700103config USB_STORAGE_SDDR55
Alan Stern70fcc002009-02-12 14:47:59 -0500104 tristate "SanDisk SDDR-55 SmartMedia 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-55
108 SmartMedia reader in the USB Mass Storage driver.
109
Alan Stern70fcc002009-02-12 14:47:59 -0500110 If this driver is compiled as a module, it will be named ums-sddr55.
111
Linus Torvalds1da177e2005-04-16 15:20:36 -0700112config USB_STORAGE_JUMPSHOT
Alan Sterna9fb6d02009-02-12 14:48:19 -0500113 tristate "Lexar Jumpshot Compact Flash Reader"
Robert P. J. Day726627f2008-03-08 02:17:55 -0500114 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700115 help
116 Say Y here to include additional code to support the Lexar Jumpshot
117 USB CompactFlash reader.
118
Alan Sterna9fb6d02009-02-12 14:48:19 -0500119 If this driver is compiled as a module, it will be named ums-jumpshot.
120
Matthew Dharme80b0fa2005-12-04 22:02:44 -0800121config USB_STORAGE_ALAUDA
Alan Sterna74bba32009-02-12 14:48:22 -0500122 tristate "Olympus MAUSB-10/Fuji DPC-R1 support"
Robert P. J. Day726627f2008-03-08 02:17:55 -0500123 depends on USB_STORAGE
Matthew Dharme80b0fa2005-12-04 22:02:44 -0800124 help
125 Say Y here to include additional code to support the Olympus MAUSB-10
126 and Fujifilm DPC-R1 USB Card reader/writer devices.
127
Matt LaPlante09509602006-10-03 22:31:37 +0200128 These devices are based on the Alauda chip and support both
Matthew Dharme80b0fa2005-12-04 22:02:44 -0800129 XD and SmartMedia cards.
Matthew Dharm34008db2005-07-28 14:49:01 -0700130
Alan Sterna74bba32009-02-12 14:48:22 -0500131 If this driver is compiled as a module, it will be named ums-alauda.
132
Matthew Dharm34008db2005-07-28 14:49:01 -0700133config USB_STORAGE_ONETOUCH
Alan Stern9cfb95e2009-02-12 14:48:33 -0500134 tristate "Support OneTouch Button on Maxtor Hard Drives"
Dmitry Torokhove42dc362008-04-28 16:57:14 -0400135 depends on USB_STORAGE
136 depends on INPUT=y || INPUT=USB_STORAGE
Matthew Dharm34008db2005-07-28 14:49:01 -0700137 help
138 Say Y here to include additional code to support the Maxtor OneTouch
139 USB hard drive's onetouch button.
140
141 This code registers the button on the front of Maxtor OneTouch USB
142 hard drive's as an input device. An action can be associated with
143 this input in any keybinding software. (e.g. gnome's keyboard short-
144 cuts)
Pete Zaitceva00828e2005-10-22 20:15:09 -0700145
Alan Stern9cfb95e2009-02-12 14:48:33 -0500146 If this driver is compiled as a module, it will be named ums-onetouch.
147
Matthew Dharmdfe0d3b2006-08-13 17:30:14 -0700148config USB_STORAGE_KARMA
Alan Sternc1033782009-02-12 14:48:26 -0500149 tristate "Support for Rio Karma music player"
Matthew Dharmdfe0d3b2006-08-13 17:30:14 -0700150 depends on USB_STORAGE
151 help
152 Say Y here to include additional code to support the Rio Karma
153 USB interface.
154
155 This code places the Rio Karma into mass storage mode, enabling
156 it to be mounted as an ordinary filesystem. Performing an eject
157 on the resulting scsi device node returns the Karma to normal
158 operation.
159
Alan Sternc1033782009-02-12 14:48:26 -0500160 If this driver is compiled as a module, it will be named ums-karma.
161
matthieu castetd2770642008-03-19 19:40:52 +0100162config USB_STORAGE_CYPRESS_ATACB
Alan Sternfcdb5142009-02-12 14:48:04 -0500163 tristate "SAT emulation on Cypress USB/ATA Bridge with ATACB"
matthieu castetd2770642008-03-19 19:40:52 +0100164 depends on USB_STORAGE
165 ---help---
166 Say Y here if you want to use SAT (ata pass through) on devices based
167 on the Cypress USB/ATA bridge supporting ATACB. This will allow you
168 to use tools to tune and monitor your drive (like hdparm or smartctl).
169
170 If you say no here your device will still work with the standard usb
171 mass storage class.
172
Alan Sternfcdb5142009-02-12 14:48:04 -0500173 If this driver is compiled as a module, it will be named ums-cypress.
174
Pete Zaitceva00828e2005-10-22 20:15:09 -0700175config USB_LIBUSUAL
176 bool "The shared table of common (or usual) storage devices"
177 depends on USB
178 help
179 This module contains a table of common (or usual) devices
180 for usb-storage and ub drivers, and allows to switch binding
181 of these devices without rebuilding modules.
182
183 Typical syntax of /etc/modprobe.conf is:
184
185 options libusual bias="ub"
186
187 If unsure, say N.