USB: serial: visor: fix crash on detecting device without write_urbs
[pandora-kernel.git] / drivers / usb / storage / Kconfig
1 #
2 # USB Storage driver configuration
3 #
4
5 comment "NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may"
6 comment "also be needed; see USB_STORAGE Help for more info"
7         depends on USB
8
9 config USB_STORAGE
10         tristate "USB Mass Storage support"
11         depends on USB && SCSI
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
20           This option depends on 'SCSI' support being enabled, but you
21           probably also need 'SCSI device support: SCSI disk support'
22           (BLK_DEV_SD) for most USB storage devices.  Some devices also
23           will require 'Probe all LUNs on each SCSI device'
24           (SCSI_MULTI_LUN).
25
26           To compile this driver as a module, choose M here: the
27           module will be called usb-storage.
28
29 config USB_STORAGE_DEBUG
30         bool "USB Mass Storage verbose debug"
31         depends on USB_STORAGE
32         help
33           Say Y here in order to have the USB Mass Storage code generate
34           verbose debugging messages.
35
36 config USB_STORAGE_REALTEK
37         tristate "Realtek Card Reader support"
38         depends on USB_STORAGE
39         help
40           Say Y here to include additional code to support the power-saving function
41           for Realtek RTS51xx USB card readers.
42
43           If this driver is compiled as a module, it will be named ums-realtek.
44
45 config REALTEK_AUTOPM
46         bool "Realtek Card Reader autosuspend support"
47         depends on USB_STORAGE_REALTEK && PM_RUNTIME
48         default y
49
50 config USB_STORAGE_DATAFAB
51         tristate "Datafab Compact Flash Reader support"
52         depends on USB_STORAGE
53         help
54           Support for certain Datafab CompactFlash readers.
55           Datafab has a web page at <http://www.datafab.com/>.
56
57           If this driver is compiled as a module, it will be named ums-datafab.
58
59 config USB_STORAGE_FREECOM
60         tristate "Freecom USB/ATAPI Bridge support"
61         depends on USB_STORAGE
62         help
63           Support for the Freecom USB to IDE/ATAPI adaptor.
64           Freecom has a web page at <http://www.freecom.de/>.
65
66           If this driver is compiled as a module, it will be named ums-freecom.
67
68 config USB_STORAGE_ISD200
69         tristate "ISD-200 USB/ATA Bridge support"
70         depends on USB_STORAGE
71         ---help---
72           Say Y here if you want to use USB Mass Store devices based
73           on the In-Systems Design ISD-200 USB/ATA bridge.
74
75           Some of the products that use this chip are:
76
77           - Archos Jukebox 6000
78           - ISD SmartCable for Storage
79           - Taiwan Skymaster CD530U/DEL-0241 IDE bridge
80           - Sony CRX10U CD-R/RW drive
81           - CyQ've CQ8060A CDRW drive
82           - Planex eXtreme Drive RX-25HU USB-IDE cable (not model RX-25U)
83
84           If this driver is compiled as a module, it will be named ums-isd200.
85
86 config USB_STORAGE_USBAT
87         tristate "USBAT/USBAT02-based storage support"
88         depends on USB_STORAGE
89         help
90           Say Y here to include additional code to support storage devices
91           based on the SCM/Shuttle USBAT/USBAT02 processors.
92
93           Devices reported to work with this driver include:
94           - CompactFlash reader included with Kodak DC3800 camera
95           - Dane-Elec Zmate CompactFlash reader
96           - Delkin Efilm reader2
97           - HP 8200e/8210e/8230e CD-Writer Plus drives
98           - I-JAM JS-50U
99           - Jessops CompactFlash JESDCFRU BLACK
100           - Kingston Technology PCREAD-USB/CF
101           - Maxell UA4 CompactFlash reader
102           - Memorex UCF-100
103           - Microtech ZiO! ICS-45 CF2
104           - RCA LYRA MP3 portable
105           - Sandisk ImageMate SDDR-05b
106
107           If this driver is compiled as a module, it will be named ums-usbat.
108
109 config USB_STORAGE_SDDR09
110         tristate "SanDisk SDDR-09 (and other SmartMedia, including DPCM) support"
111         depends on USB_STORAGE
112         help
113           Say Y here to include additional code to support the Sandisk SDDR-09
114           SmartMedia reader in the USB Mass Storage driver.
115           Also works for the Microtech Zio! CompactFlash/SmartMedia reader.
116
117           If this driver is compiled as a module, it will be named ums-sddr09.
118
119 config USB_STORAGE_SDDR55
120         tristate "SanDisk SDDR-55 SmartMedia support"
121         depends on USB_STORAGE
122         help
123           Say Y here to include additional code to support the Sandisk SDDR-55
124           SmartMedia reader in the USB Mass Storage driver.
125
126           If this driver is compiled as a module, it will be named ums-sddr55.
127
128 config USB_STORAGE_JUMPSHOT
129         tristate "Lexar Jumpshot Compact Flash Reader"
130         depends on USB_STORAGE
131         help
132           Say Y here to include additional code to support the Lexar Jumpshot
133           USB CompactFlash reader.
134
135           If this driver is compiled as a module, it will be named ums-jumpshot.
136
137 config USB_STORAGE_ALAUDA
138         tristate "Olympus MAUSB-10/Fuji DPC-R1 support"
139         depends on USB_STORAGE
140         help
141           Say Y here to include additional code to support the Olympus MAUSB-10
142           and Fujifilm DPC-R1 USB Card reader/writer devices.
143
144           These devices are based on the Alauda chip and support both
145           XD and SmartMedia cards.
146
147           If this driver is compiled as a module, it will be named ums-alauda.
148
149 config USB_STORAGE_ONETOUCH
150         tristate "Support OneTouch Button on Maxtor Hard Drives"
151         depends on USB_STORAGE
152         depends on INPUT=y || INPUT=USB_STORAGE
153         help
154           Say Y here to include additional code to support the Maxtor OneTouch
155           USB hard drive's onetouch button.
156
157           This code registers the button on the front of Maxtor OneTouch USB
158           hard drive's as an input device. An action can be associated with
159           this input in any keybinding software. (e.g. gnome's keyboard short-
160           cuts)
161
162           If this driver is compiled as a module, it will be named ums-onetouch.
163
164 config USB_STORAGE_KARMA
165         tristate "Support for Rio Karma music player"
166         depends on USB_STORAGE
167         help
168           Say Y here to include additional code to support the Rio Karma
169           USB interface.
170
171           This code places the Rio Karma into mass storage mode, enabling
172           it to be mounted as an ordinary filesystem. Performing an eject
173           on the resulting scsi device node returns the Karma to normal
174           operation.
175
176           If this driver is compiled as a module, it will be named ums-karma.
177
178 config USB_STORAGE_CYPRESS_ATACB
179         tristate "SAT emulation on Cypress USB/ATA Bridge with ATACB"
180         depends on USB_STORAGE
181         ---help---
182           Say Y here if you want to use SAT (ata pass through) on devices based
183           on the Cypress USB/ATA bridge supporting ATACB. This will allow you
184           to use tools to tune and monitor your drive (like hdparm or smartctl).
185
186           If you say no here your device will still work with the standard usb
187           mass storage class.
188
189           If this driver is compiled as a module, it will be named ums-cypress.
190
191 config USB_STORAGE_ENE_UB6250
192         tristate "USB ENE card reader support"
193         depends on USB && SCSI
194         depends on USB_STORAGE
195         ---help---
196           Say Y here if you wish to control a ENE SD/MS Card reader.
197           To use SM card, please build driver/staging/keucr/keucr.ko
198
199           This option depends on 'SCSI' support being enabled, but you
200           probably also need 'SCSI device support: SCSI disk support'
201           (BLK_DEV_SD) for most USB storage devices.
202
203           To compile this driver as a module, choose M here: the
204           module will be called ums-eneub6250.
205
206 config USB_UAS
207         tristate "USB Attached SCSI"
208         depends on USB && SCSI && BROKEN
209         help
210           The USB Attached SCSI protocol is supported by some USB
211           storage devices.  It permits higher performance by supporting
212           multiple outstanding commands.
213
214           If you don't know whether you have a UAS device, it is safe to
215           say 'Y' or 'M' here and the kernel will use the right driver.
216
217           If you compile this driver as a module, it will be named uas.
218
219 config USB_LIBUSUAL
220         bool "The shared table of common (or usual) storage devices"
221         depends on USB
222         help
223           This module contains a table of common (or usual) devices
224           for usb-storage and ub drivers, and allows to switch binding
225           of these devices without rebuilding modules.
226
227           Typical syntax of /etc/modprobe.conf is:
228
229                 options libusual bias="ub"
230
231           If unsure, say N.