aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/Kconfig
diff options
context:
space:
mode:
authorAlan Stern <stern@rowland.harvard.edu>2009-02-12 14:48:19 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2009-03-24 19:20:34 -0400
commita9fb6d05d59c9e118ad8c355adfdf88c970c61bc (patch)
treeef8a9767fe13084084e036b7a1192a714464b1aa /drivers/usb/storage/Kconfig
parent2cbbf3576aa9eae9a92f2669f38a453b6cb8e956 (diff)
usb-storage: make jumpshot a separate module
This patch (as1214) converts usb-storage's jumpshot 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/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig
index 7dac413e0f2f..43e1afeb7f8c 100644
--- a/drivers/usb/storage/Kconfig
+++ b/drivers/usb/storage/Kconfig
@@ -110,12 +110,14 @@ config USB_STORAGE_SDDR55
110 If this driver is compiled as a module, it will be named ums-sddr55. 110 If this driver is compiled as a module, it will be named ums-sddr55.
111 111
112config USB_STORAGE_JUMPSHOT 112config USB_STORAGE_JUMPSHOT
113 bool "Lexar Jumpshot Compact Flash Reader" 113 tristate "Lexar Jumpshot Compact Flash Reader"
114 depends on USB_STORAGE 114 depends on USB_STORAGE
115 help 115 help
116 Say Y here to include additional code to support the Lexar Jumpshot 116 Say Y here to include additional code to support the Lexar Jumpshot
117 USB CompactFlash reader. 117 USB CompactFlash reader.
118 118
119 If this driver is compiled as a module, it will be named ums-jumpshot.
120
119config USB_STORAGE_ALAUDA 121config USB_STORAGE_ALAUDA
120 bool "Olympus MAUSB-10/Fuji DPC-R1 support" 122 bool "Olympus MAUSB-10/Fuji DPC-R1 support"
121 depends on USB_STORAGE 123 depends on USB_STORAGE