Kconfig 7.4 KB
Newer Older
L
Linus Torvalds 已提交
1 2 3 4
#
# USB Storage driver configuration
#

5 6
comment "NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may"
comment "also be needed; see USB_STORAGE Help for more info"
L
Linus Torvalds 已提交
7 8 9 10
	depends on USB

config USB_STORAGE
	tristate "USB Mass Storage support"
11
	depends on USB && SCSI
L
Linus Torvalds 已提交
12 13 14 15 16 17 18 19
	---help---
	  Say Y here if you want to connect USB mass storage devices to your
	  computer's USB port. This is the driver you need for USB
	  floppy drives, USB hard disks, USB tape drives, USB CD-ROMs,
	  USB flash devices, and memory sticks, along with
	  similar devices. This driver may also be used for some cameras
	  and card readers.

20
	  This option depends on 'SCSI' support being enabled, but you
L
Linus Torvalds 已提交
21 22 23 24 25 26 27 28 29 30 31 32 33
	  probably also need 'SCSI device support: SCSI disk support'
	  (BLK_DEV_SD) for most USB storage devices.

	  To compile this driver as a module, choose M here: the
	  module will be called usb-storage.

config USB_STORAGE_DEBUG
	bool "USB Mass Storage verbose debug"
	depends on USB_STORAGE
	help
	  Say Y here in order to have the USB Mass Storage code generate
	  verbose debugging messages.

W
wwang 已提交
34 35 36 37 38 39 40 41 42 43
config USB_STORAGE_REALTEK
	tristate "Realtek Card Reader support"
	depends on USB_STORAGE
	help
	  Say Y here to include additional code to support the power-saving function
	  for Realtek RTS51xx USB card readers.

	  If this driver is compiled as a module, it will be named ums-realtek.


L
Linus Torvalds 已提交
44
config USB_STORAGE_DATAFAB
45
	tristate "Datafab Compact Flash Reader support"
46
	depends on USB_STORAGE
L
Linus Torvalds 已提交
47 48
	help
	  Support for certain Datafab CompactFlash readers.
49
	  Datafab has a web page at <http://www.datafab.com/>.
L
Linus Torvalds 已提交
50

51 52
	  If this driver is compiled as a module, it will be named ums-datafab.

L
Linus Torvalds 已提交
53
config USB_STORAGE_FREECOM
54
	tristate "Freecom USB/ATAPI Bridge support"
L
Linus Torvalds 已提交
55 56 57 58 59
	depends on USB_STORAGE
	help
	  Support for the Freecom USB to IDE/ATAPI adaptor.
	  Freecom has a web page at <http://www.freecom.de/>.

60 61
	  If this driver is compiled as a module, it will be named ums-freecom.

L
Linus Torvalds 已提交
62
config USB_STORAGE_ISD200
63
	tristate "ISD-200 USB/ATA Bridge support"
64
	depends on USB_STORAGE
L
Linus Torvalds 已提交
65 66 67 68 69 70 71 72 73 74 75 76 77
	---help---
	  Say Y here if you want to use USB Mass Store devices based
	  on the In-Systems Design ISD-200 USB/ATA bridge.

	  Some of the products that use this chip are:

	  - Archos Jukebox 6000
	  - ISD SmartCable for Storage
	  - Taiwan Skymaster CD530U/DEL-0241 IDE bridge
	  - Sony CRX10U CD-R/RW drive
	  - CyQ've CQ8060A CDRW drive
	  - Planex eXtreme Drive RX-25HU USB-IDE cable (not model RX-25U)

78 79
	  If this driver is compiled as a module, it will be named ums-isd200.

L
Linus Torvalds 已提交
80
config USB_STORAGE_USBAT
81
	tristate "USBAT/USBAT02-based storage support"
82
	depends on USB_STORAGE
L
Linus Torvalds 已提交
83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
	help
	  Say Y here to include additional code to support storage devices
	  based on the SCM/Shuttle USBAT/USBAT02 processors.

	  Devices reported to work with this driver include:
	  - CompactFlash reader included with Kodak DC3800 camera
	  - Dane-Elec Zmate CompactFlash reader
	  - Delkin Efilm reader2
	  - HP 8200e/8210e/8230e CD-Writer Plus drives
	  - I-JAM JS-50U
	  - Jessops CompactFlash JESDCFRU BLACK
	  - Kingston Technology PCREAD-USB/CF
	  - Maxell UA4 CompactFlash reader
	  - Memorex UCF-100
	  - Microtech ZiO! ICS-45 CF2
	  - RCA LYRA MP3 portable
	  - Sandisk ImageMate SDDR-05b

101 102
	  If this driver is compiled as a module, it will be named ums-usbat.

L
Linus Torvalds 已提交
103
config USB_STORAGE_SDDR09
104
	tristate "SanDisk SDDR-09 (and other SmartMedia, including DPCM) support"
105
	depends on USB_STORAGE
L
Linus Torvalds 已提交
106 107 108
	help
	  Say Y here to include additional code to support the Sandisk SDDR-09
	  SmartMedia reader in the USB Mass Storage driver.
109
	  Also works for the Microtech Zio! CompactFlash/SmartMedia reader.
L
Linus Torvalds 已提交
110

111 112
	  If this driver is compiled as a module, it will be named ums-sddr09.

L
Linus Torvalds 已提交
113
config USB_STORAGE_SDDR55
114
	tristate "SanDisk SDDR-55 SmartMedia support"
115
	depends on USB_STORAGE
L
Linus Torvalds 已提交
116 117 118 119
	help
	  Say Y here to include additional code to support the Sandisk SDDR-55
	  SmartMedia reader in the USB Mass Storage driver.

120 121
	  If this driver is compiled as a module, it will be named ums-sddr55.

L
Linus Torvalds 已提交
122
config USB_STORAGE_JUMPSHOT
123
	tristate "Lexar Jumpshot Compact Flash Reader"
124
	depends on USB_STORAGE
L
Linus Torvalds 已提交
125 126 127 128
	help
	  Say Y here to include additional code to support the Lexar Jumpshot
	  USB CompactFlash reader.

129 130
	  If this driver is compiled as a module, it will be named ums-jumpshot.

131
config USB_STORAGE_ALAUDA
132
	tristate "Olympus MAUSB-10/Fuji DPC-R1 support"
133
	depends on USB_STORAGE
134 135 136 137
	help
	  Say Y here to include additional code to support the Olympus MAUSB-10
	  and Fujifilm DPC-R1 USB Card reader/writer devices.

M
Matt LaPlante 已提交
138
	  These devices are based on the Alauda chip and support both
139
	  XD and SmartMedia cards.
140

141 142
	  If this driver is compiled as a module, it will be named ums-alauda.

143
config USB_STORAGE_ONETOUCH
144
	tristate "Support OneTouch Button on Maxtor Hard Drives"
145 146
	depends on USB_STORAGE
	depends on INPUT=y || INPUT=USB_STORAGE
147 148 149 150 151 152 153 154
	help
	  Say Y here to include additional code to support the Maxtor OneTouch
	  USB hard drive's onetouch button.

	  This code registers the button on the front of Maxtor OneTouch USB
	  hard drive's as an input device. An action can be associated with
	  this input in any keybinding software. (e.g. gnome's keyboard short-
	  cuts)
155

156 157
	  If this driver is compiled as a module, it will be named ums-onetouch.

158
config USB_STORAGE_KARMA
159
	tristate "Support for Rio Karma music player"
160 161 162 163 164 165 166 167 168 169
	depends on USB_STORAGE
	help
	  Say Y here to include additional code to support the Rio Karma
	  USB interface.

	  This code places the Rio Karma into mass storage mode, enabling
	  it to be mounted as an ordinary filesystem. Performing an eject
	  on the resulting scsi device node returns the Karma to normal
	  operation.

170 171
	  If this driver is compiled as a module, it will be named ums-karma.

172
config USB_STORAGE_CYPRESS_ATACB
173
	tristate "SAT emulation on Cypress USB/ATA Bridge with ATACB"
174 175 176 177 178 179 180 181 182
	depends on USB_STORAGE
	---help---
	  Say Y here if you want to use SAT (ata pass through) on devices based
	  on the Cypress USB/ATA bridge supporting ATACB. This will allow you
	  to use tools to tune and monitor your drive (like hdparm or smartctl).

	  If you say no here your device will still work with the standard usb
	  mass storage class.

183 184
	  If this driver is compiled as a module, it will be named ums-cypress.

R
Randy Dunlap 已提交
185 186 187 188 189
config USB_STORAGE_ENE_UB6250
	tristate "USB ENE card reader support"
	depends on USB && SCSI
	depends on USB_STORAGE
	---help---
190 191
	  Say Y here if you wish to control a ENE SD/MS Card reader.
	  To use SM card, please build driver/staging/keucr/keucr.ko
R
Randy Dunlap 已提交
192 193 194 195 196 197 198 199

	  This option depends on 'SCSI' support being enabled, but you
	  probably also need 'SCSI device support: SCSI disk support'
	  (BLK_DEV_SD) for most USB storage devices.

	  To compile this driver as a module, choose M here: the
	  module will be called ums-eneub6250.

M
Matthew Wilcox 已提交
200 201 202 203 204 205 206 207 208 209 210 211 212
config USB_UAS
	tristate "USB Attached SCSI"
	depends on USB && SCSI
	help
	  The USB Attached SCSI protocol is supported by some USB
	  storage devices.  It permits higher performance by supporting
	  multiple outstanding commands.

	  If you don't know whether you have a UAS device, it is safe to
	  say 'Y' or 'M' here and the kernel will use the right driver.

	  If you compile this driver as a module, it will be named uas.

213 214 215 216 217 218 219 220 221 222 223 224 225
config USB_LIBUSUAL
	bool "The shared table of common (or usual) storage devices"
	depends on USB
	help
	  This module contains a table of common (or usual) devices
	  for usb-storage and ub drivers, and allows to switch binding
	  of these devices without rebuilding modules.

	  Typical syntax of /etc/modprobe.conf is:

		options libusual bias="ub"

	  If unsure, say N.