diff options
Diffstat (limited to 'drivers/usb/storage/Kconfig')
-rw-r--r-- | drivers/usb/storage/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig index 49a489e03716..72448bac2ee0 100644 --- a/drivers/usb/storage/Kconfig +++ b/drivers/usb/storage/Kconfig | |||
@@ -198,3 +198,17 @@ config USB_LIBUSUAL | |||
198 | options libusual bias="ub" | 198 | options libusual bias="ub" |
199 | 199 | ||
200 | If unsure, say N. | 200 | If unsure, say N. |
201 | |||
202 | config USB_STORAGE_ENE_UB6250 | ||
203 | tristate "USB ENE card reader support" | ||
204 | depends on USB && SCSI | ||
205 | ---help--- | ||
206 | Say Y here if you wish to control a ENE SD Card reader. | ||
207 | To use SM/MS card, please build driver/staging/keucr/keucr.ko | ||
208 | |||
209 | This option depends on 'SCSI' support being enabled, but you | ||
210 | probably also need 'SCSI device support: SCSI disk support' | ||
211 | (BLK_DEV_SD) for most USB storage devices. | ||
212 | |||
213 | To compile this driver as a module, choose M here: the | ||
214 | module will be called ums-eneub6250. | ||