diff options
author | Alan Stern <stern@rowland.harvard.edu> | 2009-02-12 14:47:59 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-03-24 19:20:34 -0400 |
commit | 70fcc0050733a7cd1b452cfa3de3a9b376412565 (patch) | |
tree | 96bcabf7718687324d3f3845f2ae9915d6473a48 /drivers/usb/storage/Kconfig | |
parent | 32d5493eb83a217c3b1eba4b98cd6d19864f71a8 (diff) |
usb-storage: make sddr55 a separate module
This patch (as1209) converts usb-storage's sddr55 subdriver into a
separate module.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/storage/Kconfig')
-rw-r--r-- | drivers/usb/storage/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig index fc356a770a76..e6cc245257f8 100644 --- a/drivers/usb/storage/Kconfig +++ b/drivers/usb/storage/Kconfig | |||
@@ -95,12 +95,14 @@ config USB_STORAGE_SDDR09 | |||
95 | If this driver is compiled as a module, it will be named ums-sddr09. | 95 | If this driver is compiled as a module, it will be named ums-sddr09. |
96 | 96 | ||
97 | config USB_STORAGE_SDDR55 | 97 | config USB_STORAGE_SDDR55 |
98 | bool "SanDisk SDDR-55 SmartMedia support" | 98 | tristate "SanDisk SDDR-55 SmartMedia support" |
99 | depends on USB_STORAGE | 99 | depends on USB_STORAGE |
100 | help | 100 | help |
101 | Say Y here to include additional code to support the Sandisk SDDR-55 | 101 | Say Y here to include additional code to support the Sandisk SDDR-55 |
102 | SmartMedia reader in the USB Mass Storage driver. | 102 | SmartMedia reader in the USB Mass Storage driver. |
103 | 103 | ||
104 | If this driver is compiled as a module, it will be named ums-sddr55. | ||
105 | |||
104 | config USB_STORAGE_JUMPSHOT | 106 | config USB_STORAGE_JUMPSHOT |
105 | bool "Lexar Jumpshot Compact Flash Reader" | 107 | bool "Lexar Jumpshot Compact Flash Reader" |
106 | depends on USB_STORAGE | 108 | depends on USB_STORAGE |