aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/usb/storage/Kconfig30
1 files changed, 15 insertions, 15 deletions
diff --git a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig
index e34f655af02..3e6e3c11843 100644
--- a/drivers/usb/storage/Kconfig
+++ b/drivers/usb/storage/Kconfig
@@ -172,6 +172,21 @@ config USB_STORAGE_CYPRESS_ATACB
172 172
173 If this driver is compiled as a module, it will be named ums-cypress. 173 If this driver is compiled as a module, it will be named ums-cypress.
174 174
175config USB_STORAGE_ENE_UB6250
176 tristate "USB ENE card reader support"
177 depends on USB && SCSI
178 depends on USB_STORAGE
179 ---help---
180 Say Y here if you wish to control a ENE SD Card reader.
181 To use SM/MS card, please build driver/staging/keucr/keucr.ko
182
183 This option depends on 'SCSI' support being enabled, but you
184 probably also need 'SCSI device support: SCSI disk support'
185 (BLK_DEV_SD) for most USB storage devices.
186
187 To compile this driver as a module, choose M here: the
188 module will be called ums-eneub6250.
189
175config USB_UAS 190config USB_UAS
176 tristate "USB Attached SCSI" 191 tristate "USB Attached SCSI"
177 depends on USB && SCSI 192 depends on USB && SCSI
@@ -198,18 +213,3 @@ config USB_LIBUSUAL
198 options libusual bias="ub" 213 options libusual bias="ub"
199 214
200 If unsure, say N. 215 If unsure, say N.
201
202config USB_STORAGE_ENE_UB6250
203 tristate "USB ENE card reader support"
204 depends on USB && SCSI
205 depends on USB_STORAGE
206 ---help---
207 Say Y here if you wish to control a ENE SD Card reader.
208 To use SM/MS card, please build driver/staging/keucr/keucr.ko
209
210 This option depends on 'SCSI' support being enabled, but you
211 probably also need 'SCSI device support: SCSI disk support'
212 (BLK_DEV_SD) for most USB storage devices.
213
214 To compile this driver as a module, choose M here: the
215 module will be called ums-eneub6250.