aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/Kconfig
diff options
context:
space:
mode:
authorAlan Stern <stern@rowland.harvard.edu>2009-02-12 14:48:22 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2009-03-24 19:20:35 -0400
commita74bba3bf92cb6425789ae5050bdcca1283bc6f4 (patch)
tree780c54b99a7df31f94d074b8eab3383d3452ba6c /drivers/usb/storage/Kconfig
parenta9fb6d05d59c9e118ad8c355adfdf88c970c61bc (diff)
usb-storage: make alauda a separate module
This patch (as1215) converts usb-storage's alauda 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 43e1afeb7f8c..c56c2c6d37b7 100644
--- a/drivers/usb/storage/Kconfig
+++ b/drivers/usb/storage/Kconfig
@@ -119,7 +119,7 @@ config USB_STORAGE_JUMPSHOT
119 If this driver is compiled as a module, it will be named ums-jumpshot. 119 If this driver is compiled as a module, it will be named ums-jumpshot.
120 120
121config USB_STORAGE_ALAUDA 121config USB_STORAGE_ALAUDA
122 bool "Olympus MAUSB-10/Fuji DPC-R1 support" 122 tristate "Olympus MAUSB-10/Fuji DPC-R1 support"
123 depends on USB_STORAGE 123 depends on USB_STORAGE
124 help 124 help
125 Say Y here to include additional code to support the Olympus MAUSB-10 125 Say Y here to include additional code to support the Olympus MAUSB-10
@@ -128,6 +128,8 @@ config USB_STORAGE_ALAUDA
128 These devices are based on the Alauda chip and support both 128 These devices are based on the Alauda chip and support both
129 XD and SmartMedia cards. 129 XD and SmartMedia cards.
130 130
131 If this driver is compiled as a module, it will be named ums-alauda.
132
131config USB_STORAGE_ONETOUCH 133config USB_STORAGE_ONETOUCH
132 bool "Support OneTouch Button on Maxtor Hard Drives" 134 bool "Support OneTouch Button on Maxtor Hard Drives"
133 depends on USB_STORAGE 135 depends on USB_STORAGE