]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/usb/storage/Kconfig
USB: serial: opticon: add serial line ioctls
[mirror_ubuntu-bionic-kernel.git] / drivers / usb / storage / Kconfig
CommitLineData
1da177e4
LT
1#
2# USB Storage driver configuration
3#
4
659d6434
PB
5comment "NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed;"
6comment "see USB_STORAGE Help for more information"
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
726627f3
RD
35 bool "Datafab Compact Flash Reader support"
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
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"
66e0a988 50 depends on USB_STORAGE
1da177e4
LT
51 ---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
1da177e4 64config USB_STORAGE_USBAT
726627f3
RD
65 bool "USBAT/USBAT02-based storage support"
66 depends on USB_STORAGE
1da177e4
LT
67 help
68 Say Y here to include additional code to support storage devices
69 based on the SCM/Shuttle USBAT/USBAT02 processors.
70
71 Devices reported to work with this driver include:
72 - CompactFlash reader included with Kodak DC3800 camera
73 - Dane-Elec Zmate CompactFlash reader
74 - Delkin Efilm reader2
75 - HP 8200e/8210e/8230e CD-Writer Plus drives
76 - I-JAM JS-50U
77 - Jessops CompactFlash JESDCFRU BLACK
78 - Kingston Technology PCREAD-USB/CF
79 - Maxell UA4 CompactFlash reader
80 - Memorex UCF-100
81 - Microtech ZiO! ICS-45 CF2
82 - RCA LYRA MP3 portable
83 - Sandisk ImageMate SDDR-05b
84
85config USB_STORAGE_SDDR09
c20b15fd 86 bool "SanDisk SDDR-09 (and other SmartMedia, including DPCM) support"
726627f3 87 depends on USB_STORAGE
1da177e4
LT
88 help
89 Say Y here to include additional code to support the Sandisk SDDR-09
90 SmartMedia reader in the USB Mass Storage driver.
c20b15fd 91 Also works for the Microtech Zio! CompactFlash/SmartMedia reader.
1da177e4
LT
92
93config USB_STORAGE_SDDR55
726627f3
RD
94 bool "SanDisk SDDR-55 SmartMedia support"
95 depends on USB_STORAGE
1da177e4
LT
96 help
97 Say Y here to include additional code to support the Sandisk SDDR-55
98 SmartMedia reader in the USB Mass Storage driver.
99
100config USB_STORAGE_JUMPSHOT
726627f3
RD
101 bool "Lexar Jumpshot Compact Flash Reader"
102 depends on USB_STORAGE
1da177e4
LT
103 help
104 Say Y here to include additional code to support the Lexar Jumpshot
105 USB CompactFlash reader.
106
e80b0fad 107config USB_STORAGE_ALAUDA
726627f3
RD
108 bool "Olympus MAUSB-10/Fuji DPC-R1 support"
109 depends on USB_STORAGE
e80b0fad
MD
110 help
111 Say Y here to include additional code to support the Olympus MAUSB-10
112 and Fujifilm DPC-R1 USB Card reader/writer devices.
113
09509603 114 These devices are based on the Alauda chip and support both
e80b0fad 115 XD and SmartMedia cards.
34008dbf
MD
116
117config USB_STORAGE_ONETOUCH
726627f3 118 bool "Support OneTouch Button on Maxtor Hard Drives"
e42dc36b
DT
119 depends on USB_STORAGE
120 depends on INPUT=y || INPUT=USB_STORAGE
34008dbf
MD
121 help
122 Say Y here to include additional code to support the Maxtor OneTouch
123 USB hard drive's onetouch button.
124
125 This code registers the button on the front of Maxtor OneTouch USB
126 hard drive's as an input device. An action can be associated with
127 this input in any keybinding software. (e.g. gnome's keyboard short-
128 cuts)
a00828e9 129
dfe0d3ba
MD
130config USB_STORAGE_KARMA
131 bool "Support for Rio Karma music player"
132 depends on USB_STORAGE
133 help
134 Say Y here to include additional code to support the Rio Karma
135 USB interface.
136
137 This code places the Rio Karma into mass storage mode, enabling
138 it to be mounted as an ordinary filesystem. Performing an eject
139 on the resulting scsi device node returns the Karma to normal
140 operation.
141
d277064e
MC
142config USB_STORAGE_CYPRESS_ATACB
143 bool "SAT emulation on Cypress USB/ATA Bridge with ATACB"
144 depends on USB_STORAGE
145 ---help---
146 Say Y here if you want to use SAT (ata pass through) on devices based
147 on the Cypress USB/ATA bridge supporting ATACB. This will allow you
148 to use tools to tune and monitor your drive (like hdparm or smartctl).
149
150 If you say no here your device will still work with the standard usb
151 mass storage class.
152
a00828e9
PZ
153config USB_LIBUSUAL
154 bool "The shared table of common (or usual) storage devices"
155 depends on USB
156 help
157 This module contains a table of common (or usual) devices
158 for usb-storage and ub drivers, and allows to switch binding
159 of these devices without rebuilding modules.
160
161 Typical syntax of /etc/modprobe.conf is:
162
163 options libusual bias="ub"
164
165 If unsure, say N.