]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/usb/storage/Kconfig
usb-storage: make karma a separate module
[mirror_ubuntu-artful-kernel.git] / drivers / usb / storage / Kconfig
CommitLineData
1da177e4
LT
1#
2# USB Storage driver configuration
3#
4
0eb526b9
BP
5comment "NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may"
6comment "also be needed; see USB_STORAGE Help for more info"
1da177e4
LT
7 depends on USB
8
9config USB_STORAGE
10 tristate "USB Mass Storage support"
65934a9a 11 depends on USB && SCSI
1da177e4
LT
12 ---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
65934a9a 20 This option depends on 'SCSI' support being enabled, but you
1da177e4
LT
21 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
2cbbf357 35 tristate "Datafab Compact Flash Reader support"
726627f3 36 depends on USB_STORAGE
1da177e4
LT
37 help
38 Support for certain Datafab CompactFlash readers.
39 Datafab has a web page at <http://www.datafabusa.com/>.
40
2cbbf357
AS
41 If this driver is compiled as a module, it will be named ums-datafab.
42
1da177e4 43config USB_STORAGE_FREECOM
0d62939f 44 tristate "Freecom USB/ATAPI Bridge support"
1da177e4
LT
45 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
0d62939f
AS
50 If this driver is compiled as a module, it will be named ums-freecom.
51
1da177e4 52config USB_STORAGE_ISD200
32d5493e 53 tristate "ISD-200 USB/ATA Bridge support"
66e0a988 54 depends on USB_STORAGE
1da177e4
LT
55 ---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
32d5493e
AS
68 If this driver is compiled as a module, it will be named ums-isd200.
69
1da177e4 70config USB_STORAGE_USBAT
26d6818f 71 tristate "USBAT/USBAT02-based storage support"
726627f3 72 depends on USB_STORAGE
1da177e4
LT
73 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
26d6818f
AS
91 If this driver is compiled as a module, it will be named ums-usbat.
92
1da177e4 93config USB_STORAGE_SDDR09
0ff71883 94 tristate "SanDisk SDDR-09 (and other SmartMedia, including DPCM) support"
726627f3 95 depends on USB_STORAGE
1da177e4
LT
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.
c20b15fd 99 Also works for the Microtech Zio! CompactFlash/SmartMedia reader.
1da177e4 100
0ff71883
AS
101 If this driver is compiled as a module, it will be named ums-sddr09.
102
1da177e4 103config USB_STORAGE_SDDR55
70fcc005 104 tristate "SanDisk SDDR-55 SmartMedia support"
726627f3 105 depends on USB_STORAGE
1da177e4
LT
106 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
70fcc005
AS
110 If this driver is compiled as a module, it will be named ums-sddr55.
111
1da177e4 112config USB_STORAGE_JUMPSHOT
a9fb6d05 113 tristate "Lexar Jumpshot Compact Flash Reader"
726627f3 114 depends on USB_STORAGE
1da177e4
LT
115 help
116 Say Y here to include additional code to support the Lexar Jumpshot
117 USB CompactFlash reader.
118
a9fb6d05
AS
119 If this driver is compiled as a module, it will be named ums-jumpshot.
120
e80b0fad 121config USB_STORAGE_ALAUDA
a74bba3b 122 tristate "Olympus MAUSB-10/Fuji DPC-R1 support"
726627f3 123 depends on USB_STORAGE
e80b0fad
MD
124 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
09509603 128 These devices are based on the Alauda chip and support both
e80b0fad 129 XD and SmartMedia cards.
34008dbf 130
a74bba3b
AS
131 If this driver is compiled as a module, it will be named ums-alauda.
132
34008dbf 133config USB_STORAGE_ONETOUCH
726627f3 134 bool "Support OneTouch Button on Maxtor Hard Drives"
e42dc36b
DT
135 depends on USB_STORAGE
136 depends on INPUT=y || INPUT=USB_STORAGE
34008dbf
MD
137 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)
a00828e9 145
dfe0d3ba 146config USB_STORAGE_KARMA
c1033784 147 tristate "Support for Rio Karma music player"
dfe0d3ba
MD
148 depends on USB_STORAGE
149 help
150 Say Y here to include additional code to support the Rio Karma
151 USB interface.
152
153 This code places the Rio Karma into mass storage mode, enabling
154 it to be mounted as an ordinary filesystem. Performing an eject
155 on the resulting scsi device node returns the Karma to normal
156 operation.
157
c1033784
AS
158 If this driver is compiled as a module, it will be named ums-karma.
159
d277064e 160config USB_STORAGE_CYPRESS_ATACB
fcdb5140 161 tristate "SAT emulation on Cypress USB/ATA Bridge with ATACB"
d277064e
MC
162 depends on USB_STORAGE
163 ---help---
164 Say Y here if you want to use SAT (ata pass through) on devices based
165 on the Cypress USB/ATA bridge supporting ATACB. This will allow you
166 to use tools to tune and monitor your drive (like hdparm or smartctl).
167
168 If you say no here your device will still work with the standard usb
169 mass storage class.
170
fcdb5140
AS
171 If this driver is compiled as a module, it will be named ums-cypress.
172
a00828e9
PZ
173config USB_LIBUSUAL
174 bool "The shared table of common (or usual) storage devices"
175 depends on USB
176 help
177 This module contains a table of common (or usual) devices
178 for usb-storage and ub drivers, and allows to switch binding
179 of these devices without rebuilding modules.
180
181 Typical syntax of /etc/modprobe.conf is:
182
183 options libusual bias="ub"
184
185 If unsure, say N.