blob: 44c6b1940f775828c5123d1cf03f68e0ca525253 [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
Robert P. J. Day726627f2008-03-08 02:17:55 -050035 bool "Datafab Compact Flash Reader support"
36 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
41config USB_STORAGE_FREECOM
42 bool "Freecom USB/ATAPI Bridge support"
43 depends on USB_STORAGE
44 help
45 Support for the Freecom USB to IDE/ATAPI adaptor.
46 Freecom has a web page at <http://www.freecom.de/>.
47
48config USB_STORAGE_ISD200
Alan Stern32d54932009-02-12 14:47:54 -050049 tristate "ISD-200 USB/ATA Bridge support"
Randy Dunlap66e0a982006-04-05 12:03:45 -070050 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -070051 ---help---
52 Say Y here if you want to use USB Mass Store devices based
53 on the In-Systems Design ISD-200 USB/ATA bridge.
54
55 Some of the products that use this chip are:
56
57 - Archos Jukebox 6000
58 - ISD SmartCable for Storage
59 - Taiwan Skymaster CD530U/DEL-0241 IDE bridge
60 - Sony CRX10U CD-R/RW drive
61 - CyQ've CQ8060A CDRW drive
62 - Planex eXtreme Drive RX-25HU USB-IDE cable (not model RX-25U)
63
Alan Stern32d54932009-02-12 14:47:54 -050064 If this driver is compiled as a module, it will be named ums-isd200.
65
Linus Torvalds1da177e2005-04-16 15:20:36 -070066config USB_STORAGE_USBAT
Alan Stern26d68182009-02-12 14:48:08 -050067 tristate "USBAT/USBAT02-based storage support"
Robert P. J. Day726627f2008-03-08 02:17:55 -050068 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -070069 help
70 Say Y here to include additional code to support storage devices
71 based on the SCM/Shuttle USBAT/USBAT02 processors.
72
73 Devices reported to work with this driver include:
74 - CompactFlash reader included with Kodak DC3800 camera
75 - Dane-Elec Zmate CompactFlash reader
76 - Delkin Efilm reader2
77 - HP 8200e/8210e/8230e CD-Writer Plus drives
78 - I-JAM JS-50U
79 - Jessops CompactFlash JESDCFRU BLACK
80 - Kingston Technology PCREAD-USB/CF
81 - Maxell UA4 CompactFlash reader
82 - Memorex UCF-100
83 - Microtech ZiO! ICS-45 CF2
84 - RCA LYRA MP3 portable
85 - Sandisk ImageMate SDDR-05b
86
Alan Stern26d68182009-02-12 14:48:08 -050087 If this driver is compiled as a module, it will be named ums-usbat.
88
Linus Torvalds1da177e2005-04-16 15:20:36 -070089config USB_STORAGE_SDDR09
Alan Stern0ff71882009-02-12 14:47:49 -050090 tristate "SanDisk SDDR-09 (and other SmartMedia, including DPCM) support"
Robert P. J. Day726627f2008-03-08 02:17:55 -050091 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -070092 help
93 Say Y here to include additional code to support the Sandisk SDDR-09
94 SmartMedia reader in the USB Mass Storage driver.
Alan Sternc20b15f2008-12-01 10:36:15 -050095 Also works for the Microtech Zio! CompactFlash/SmartMedia reader.
Linus Torvalds1da177e2005-04-16 15:20:36 -070096
Alan Stern0ff71882009-02-12 14:47:49 -050097 If this driver is compiled as a module, it will be named ums-sddr09.
98
Linus Torvalds1da177e2005-04-16 15:20:36 -070099config USB_STORAGE_SDDR55
Alan Stern70fcc002009-02-12 14:47:59 -0500100 tristate "SanDisk SDDR-55 SmartMedia support"
Robert P. J. Day726627f2008-03-08 02:17:55 -0500101 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700102 help
103 Say Y here to include additional code to support the Sandisk SDDR-55
104 SmartMedia reader in the USB Mass Storage driver.
105
Alan Stern70fcc002009-02-12 14:47:59 -0500106 If this driver is compiled as a module, it will be named ums-sddr55.
107
Linus Torvalds1da177e2005-04-16 15:20:36 -0700108config USB_STORAGE_JUMPSHOT
Robert P. J. Day726627f2008-03-08 02:17:55 -0500109 bool "Lexar Jumpshot Compact Flash Reader"
110 depends on USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700111 help
112 Say Y here to include additional code to support the Lexar Jumpshot
113 USB CompactFlash reader.
114
Matthew Dharme80b0fa2005-12-04 22:02:44 -0800115config USB_STORAGE_ALAUDA
Robert P. J. Day726627f2008-03-08 02:17:55 -0500116 bool "Olympus MAUSB-10/Fuji DPC-R1 support"
117 depends on USB_STORAGE
Matthew Dharme80b0fa2005-12-04 22:02:44 -0800118 help
119 Say Y here to include additional code to support the Olympus MAUSB-10
120 and Fujifilm DPC-R1 USB Card reader/writer devices.
121
Matt LaPlante09509602006-10-03 22:31:37 +0200122 These devices are based on the Alauda chip and support both
Matthew Dharme80b0fa2005-12-04 22:02:44 -0800123 XD and SmartMedia cards.
Matthew Dharm34008db2005-07-28 14:49:01 -0700124
125config USB_STORAGE_ONETOUCH
Robert P. J. Day726627f2008-03-08 02:17:55 -0500126 bool "Support OneTouch Button on Maxtor Hard Drives"
Dmitry Torokhove42dc362008-04-28 16:57:14 -0400127 depends on USB_STORAGE
128 depends on INPUT=y || INPUT=USB_STORAGE
Matthew Dharm34008db2005-07-28 14:49:01 -0700129 help
130 Say Y here to include additional code to support the Maxtor OneTouch
131 USB hard drive's onetouch button.
132
133 This code registers the button on the front of Maxtor OneTouch USB
134 hard drive's as an input device. An action can be associated with
135 this input in any keybinding software. (e.g. gnome's keyboard short-
136 cuts)
Pete Zaitceva00828e2005-10-22 20:15:09 -0700137
Matthew Dharmdfe0d3b2006-08-13 17:30:14 -0700138config USB_STORAGE_KARMA
139 bool "Support for Rio Karma music player"
140 depends on USB_STORAGE
141 help
142 Say Y here to include additional code to support the Rio Karma
143 USB interface.
144
145 This code places the Rio Karma into mass storage mode, enabling
146 it to be mounted as an ordinary filesystem. Performing an eject
147 on the resulting scsi device node returns the Karma to normal
148 operation.
149
matthieu castetd2770642008-03-19 19:40:52 +0100150config USB_STORAGE_CYPRESS_ATACB
Alan Sternfcdb5142009-02-12 14:48:04 -0500151 tristate "SAT emulation on Cypress USB/ATA Bridge with ATACB"
matthieu castetd2770642008-03-19 19:40:52 +0100152 depends on USB_STORAGE
153 ---help---
154 Say Y here if you want to use SAT (ata pass through) on devices based
155 on the Cypress USB/ATA bridge supporting ATACB. This will allow you
156 to use tools to tune and monitor your drive (like hdparm or smartctl).
157
158 If you say no here your device will still work with the standard usb
159 mass storage class.
160
Alan Sternfcdb5142009-02-12 14:48:04 -0500161 If this driver is compiled as a module, it will be named ums-cypress.
162
Pete Zaitceva00828e2005-10-22 20:15:09 -0700163config USB_LIBUSUAL
164 bool "The shared table of common (or usual) storage devices"
165 depends on USB
166 help
167 This module contains a table of common (or usual) devices
168 for usb-storage and ub drivers, and allows to switch binding
169 of these devices without rebuilding modules.
170
171 Typical syntax of /etc/modprobe.conf is:
172
173 options libusual bias="ub"
174
175 If unsure, say N.