]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/usb/storage/Kconfig
Merge tag 'gvt-fixes-2018-01-08' of https://github.com/intel/gvt-linux into drm-intel...
[mirror_ubuntu-bionic-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
8config USB_STORAGE
9 tristate "USB Mass Storage support"
25e11ec4 10 depends on SCSI
1da177e4
LT
11 ---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
65934a9a 19 This option depends on 'SCSI' support being enabled, but you
1da177e4 20 probably also need 'SCSI device support: SCSI disk support'
c309b351 21 (BLK_DEV_SD) for most USB storage devices.
1da177e4
LT
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
50a6cb93 33config 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
e931830b 42config REALTEK_AUTOPM
43 bool "Realtek Card Reader autosuspend support"
1b3e3aa6 44 depends on USB_STORAGE_REALTEK && PM
e931830b 45 default y
50a6cb93 46
1da177e4 47config USB_STORAGE_DATAFAB
2cbbf357 48 tristate "Datafab Compact Flash Reader support"
726627f3 49 depends on USB_STORAGE
1da177e4
LT
50 help
51 Support for certain Datafab CompactFlash readers.
631dd1a8 52 Datafab has a web page at <http://www.datafab.com/>.
1da177e4 53
2cbbf357
AS
54 If this driver is compiled as a module, it will be named ums-datafab.
55
1da177e4 56config USB_STORAGE_FREECOM
0d62939f 57 tristate "Freecom USB/ATAPI Bridge support"
1da177e4
LT
58 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
0d62939f
AS
63 If this driver is compiled as a module, it will be named ums-freecom.
64
1da177e4 65config USB_STORAGE_ISD200
32d5493e 66 tristate "ISD-200 USB/ATA Bridge support"
66e0a988 67 depends on USB_STORAGE
1da177e4
LT
68 ---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
32d5493e
AS
81 If this driver is compiled as a module, it will be named ums-isd200.
82
1da177e4 83config USB_STORAGE_USBAT
26d6818f 84 tristate "USBAT/USBAT02-based storage support"
726627f3 85 depends on USB_STORAGE
1da177e4
LT
86 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
26d6818f
AS
104 If this driver is compiled as a module, it will be named ums-usbat.
105
1da177e4 106config USB_STORAGE_SDDR09
0ff71883 107 tristate "SanDisk SDDR-09 (and other SmartMedia, including DPCM) support"
726627f3 108 depends on USB_STORAGE
1da177e4
LT
109 help
110 Say Y here to include additional code to support the Sandisk SDDR-09
111 SmartMedia reader in the USB Mass Storage driver.
c20b15fd 112 Also works for the Microtech Zio! CompactFlash/SmartMedia reader.
1da177e4 113
0ff71883
AS
114 If this driver is compiled as a module, it will be named ums-sddr09.
115
1da177e4 116config USB_STORAGE_SDDR55
70fcc005 117 tristate "SanDisk SDDR-55 SmartMedia support"
726627f3 118 depends on USB_STORAGE
1da177e4
LT
119 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
70fcc005
AS
123 If this driver is compiled as a module, it will be named ums-sddr55.
124
1da177e4 125config USB_STORAGE_JUMPSHOT
a9fb6d05 126 tristate "Lexar Jumpshot Compact Flash Reader"
726627f3 127 depends on USB_STORAGE
1da177e4
LT
128 help
129 Say Y here to include additional code to support the Lexar Jumpshot
130 USB CompactFlash reader.
131
a9fb6d05
AS
132 If this driver is compiled as a module, it will be named ums-jumpshot.
133
e80b0fad 134config USB_STORAGE_ALAUDA
a74bba3b 135 tristate "Olympus MAUSB-10/Fuji DPC-R1 support"
726627f3 136 depends on USB_STORAGE
e80b0fad
MD
137 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
09509603 141 These devices are based on the Alauda chip and support both
e80b0fad 142 XD and SmartMedia cards.
34008dbf 143
a74bba3b
AS
144 If this driver is compiled as a module, it will be named ums-alauda.
145
34008dbf 146config USB_STORAGE_ONETOUCH
9cfb95ef 147 tristate "Support OneTouch Button on Maxtor Hard Drives"
e42dc36b
DT
148 depends on USB_STORAGE
149 depends on INPUT=y || INPUT=USB_STORAGE
34008dbf
MD
150 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)
a00828e9 158
9cfb95ef
AS
159 If this driver is compiled as a module, it will be named ums-onetouch.
160
dfe0d3ba 161config USB_STORAGE_KARMA
c1033784 162 tristate "Support for Rio Karma music player"
dfe0d3ba
MD
163 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
c1033784
AS
173 If this driver is compiled as a module, it will be named ums-karma.
174
d277064e 175config USB_STORAGE_CYPRESS_ATACB
fcdb5140 176 tristate "SAT emulation on Cypress USB/ATA Bridge with ATACB"
d277064e
MC
177 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
fcdb5140
AS
186 If this driver is compiled as a module, it will be named ums-cypress.
187
e49c459c
RD
188config USB_STORAGE_ENE_UB6250
189 tristate "USB ENE card reader support"
25e11ec4 190 depends on SCSI
e49c459c
RD
191 depends on USB_STORAGE
192 ---help---
33842ced 193 Say Y here if you wish to control a ENE SD/MS Card reader.
16fae052 194 Note that this driver does not support SM cards.
e49c459c
RD
195
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
115bb1ff
MW
203config USB_UAS
204 tristate "USB Attached SCSI"
dc88608d 205 depends on SCSI && USB_STORAGE
115bb1ff
MW
206 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.