diff options
author | huajun li <huajun.li.lee@gmail.com> | 2011-03-03 21:56:18 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-03-07 16:40:59 -0500 |
commit | 41e568d14ec0aca1b2bb19563517aad3b06d6805 (patch) | |
tree | e1c9e5a384bb0ae1909ab373b13d127ef0f0b0de /drivers/usb/storage/Kconfig | |
parent | 153775d94899503f5f66baaa9751a43c74d4f371 (diff) |
Staging: Merge ENE UB6250 SD card codes from keucr to drivers/usb/storage
The usb portion of this driver can now go into drivers/usb/storage.
This leaves the non-usb portion of the code still in staging.
Signed-off-by: Huajun Li <huajun.li.lee@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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. | ||