diff options
author | wwang <wei_wang@realsil.com.cn> | 2011-01-14 03:53:34 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-01-22 22:40:10 -0500 |
commit | 50a6cb932d5cccc6a165219f137b87ea596b4cd0 (patch) | |
tree | c600f75616d700219ae6727c142c76940fba974d /drivers/usb/storage/Kconfig | |
parent | f6c259a39fd7bb8db6661690976a0f05d12b707d (diff) |
USB: usb_storage: add ums-realtek driver
ums_realtek is used to support the power-saving function
for Realtek RTS51xx USB card readers.
Signed-off-by: wwang <wei_wang@realsil.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/storage/Kconfig')
-rw-r--r-- | drivers/usb/storage/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig index 49a489e03716..353aeb44da6a 100644 --- a/drivers/usb/storage/Kconfig +++ b/drivers/usb/storage/Kconfig | |||
@@ -31,6 +31,16 @@ config USB_STORAGE_DEBUG | |||
31 | Say Y here in order to have the USB Mass Storage code generate | 31 | Say Y here in order to have the USB Mass Storage code generate |
32 | verbose debugging messages. | 32 | verbose debugging messages. |
33 | 33 | ||
34 | config USB_STORAGE_REALTEK | ||
35 | tristate "Realtek Card Reader support" | ||
36 | depends on USB_STORAGE | ||
37 | help | ||
38 | Say Y here to include additional code to support the power-saving function | ||
39 | for Realtek RTS51xx USB card readers. | ||
40 | |||
41 | If this driver is compiled as a module, it will be named ums-realtek. | ||
42 | |||
43 | |||
34 | config USB_STORAGE_DATAFAB | 44 | config USB_STORAGE_DATAFAB |
35 | tristate "Datafab Compact Flash Reader support" | 45 | tristate "Datafab Compact Flash Reader support" |
36 | depends on USB_STORAGE | 46 | depends on USB_STORAGE |