blob: fe2c4cd53f5a101e43665a6a6564809f3bb90f8d [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# USB Storage driver configuration
3#
4
Borislav Petkovd40ece12005-09-28 18:06:04 +02005comment "NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'"
6comment "may also be needed; see USB_STORAGE Help for more information"
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
35 bool "Datafab Compact Flash Reader support (EXPERIMENTAL)"
36 depends on USB_STORAGE && EXPERIMENTAL
37 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
49 bool "ISD-200 USB/ATA Bridge support"
Randy Dunlap66e0a982006-04-05 12:03:45 -070050 depends on USB_STORAGE
51 depends on BLK_DEV_IDE=y || BLK_DEV_IDE=USB_STORAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -070052 ---help---
53 Say Y here if you want to use USB Mass Store devices based
54 on the In-Systems Design ISD-200 USB/ATA bridge.
55
56 Some of the products that use this chip are:
57
58 - Archos Jukebox 6000
59 - ISD SmartCable for Storage
60 - Taiwan Skymaster CD530U/DEL-0241 IDE bridge
61 - Sony CRX10U CD-R/RW drive
62 - CyQ've CQ8060A CDRW drive
63 - Planex eXtreme Drive RX-25HU USB-IDE cable (not model RX-25U)
64
65config USB_STORAGE_DPCM
66 bool "Microtech/ZiO! CompactFlash/SmartMedia support"
67 depends on USB_STORAGE
68 help
69 Say Y here to support the Microtech/ZiO! CompactFlash reader.
70 There is a web page at <http://www.ziocorp.com/products/>.
71
72config USB_STORAGE_USBAT
73 bool "USBAT/USBAT02-based storage support (EXPERIMENTAL)"
74 depends on USB_STORAGE && EXPERIMENTAL
75 help
76 Say Y here to include additional code to support storage devices
77 based on the SCM/Shuttle USBAT/USBAT02 processors.
78
79 Devices reported to work with this driver include:
80 - CompactFlash reader included with Kodak DC3800 camera
81 - Dane-Elec Zmate CompactFlash reader
82 - Delkin Efilm reader2
83 - HP 8200e/8210e/8230e CD-Writer Plus drives
84 - I-JAM JS-50U
85 - Jessops CompactFlash JESDCFRU BLACK
86 - Kingston Technology PCREAD-USB/CF
87 - Maxell UA4 CompactFlash reader
88 - Memorex UCF-100
89 - Microtech ZiO! ICS-45 CF2
90 - RCA LYRA MP3 portable
91 - Sandisk ImageMate SDDR-05b
92
93config USB_STORAGE_SDDR09
94 bool "SanDisk SDDR-09 (and other SmartMedia) support (EXPERIMENTAL)"
95 depends on USB_STORAGE && EXPERIMENTAL
96 help
97 Say Y here to include additional code to support the Sandisk SDDR-09
98 SmartMedia reader in the USB Mass Storage driver.
99 Also works for the Microtech Zio! SmartMedia reader.
100
101config USB_STORAGE_SDDR55
102 bool "SanDisk SDDR-55 SmartMedia support (EXPERIMENTAL)"
103 depends on USB_STORAGE && EXPERIMENTAL
104 help
105 Say Y here to include additional code to support the Sandisk SDDR-55
106 SmartMedia reader in the USB Mass Storage driver.
107
108config USB_STORAGE_JUMPSHOT
109 bool "Lexar Jumpshot Compact Flash Reader (EXPERIMENTAL)"
110 depends on USB_STORAGE && EXPERIMENTAL
111 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
116 bool "Olympus MAUSB-10/Fuji DPC-R1 support (EXPERIMENTAL)"
117 depends on USB_STORAGE && EXPERIMENTAL
118 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
126 bool "Support OneTouch Button on Maxtor Hard Drives (EXPERIMENTAL)"
David Brownellc9d00fc2005-11-17 09:47:28 -0800127 depends on USB_STORAGE && INPUT_EVDEV && EXPERIMENTAL && !PM
Matthew Dharm34008db2005-07-28 14:49:01 -0700128 help
129 Say Y here to include additional code to support the Maxtor OneTouch
130 USB hard drive's onetouch button.
131
132 This code registers the button on the front of Maxtor OneTouch USB
133 hard drive's as an input device. An action can be associated with
134 this input in any keybinding software. (e.g. gnome's keyboard short-
135 cuts)
Pete Zaitceva00828e2005-10-22 20:15:09 -0700136
Matthew Dharmdfe0d3b2006-08-13 17:30:14 -0700137config USB_STORAGE_KARMA
138 bool "Support for Rio Karma music player"
139 depends on USB_STORAGE
140 help
141 Say Y here to include additional code to support the Rio Karma
142 USB interface.
143
144 This code places the Rio Karma into mass storage mode, enabling
145 it to be mounted as an ordinary filesystem. Performing an eject
146 on the resulting scsi device node returns the Karma to normal
147 operation.
148
Pete Zaitceva00828e2005-10-22 20:15:09 -0700149config USB_LIBUSUAL
150 bool "The shared table of common (or usual) storage devices"
151 depends on USB
152 help
153 This module contains a table of common (or usual) devices
154 for usb-storage and ub drivers, and allows to switch binding
155 of these devices without rebuilding modules.
156
157 Typical syntax of /etc/modprobe.conf is:
158
159 options libusual bias="ub"
160
161 If unsure, say N.