aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/Kconfig
diff options
context:
space:
mode:
authorAlan Stern <stern@rowland.harvard.edu>2009-02-12 14:48:33 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2009-03-24 19:20:35 -0400
commit9cfb95ef72c637bc9b90260e0f98a23f3f49b1bb (patch)
tree885a8e5fccf7f70ba09fb20c4ec365224da3f2d6 /drivers/usb/storage/Kconfig
parentc10337846c93bd914dd3003ffb001adc583b313e (diff)
usb-storage: make onetouch a separate module
This patch (as1217) converts usb-storage's onetouch 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 8adece1dd294..8a372bac0e43 100644
--- a/drivers/usb/storage/Kconfig
+++ b/drivers/usb/storage/Kconfig
@@ -131,7 +131,7 @@ config USB_STORAGE_ALAUDA
131 If this driver is compiled as a module, it will be named ums-alauda. 131 If this driver is compiled as a module, it will be named ums-alauda.
132 132
133config USB_STORAGE_ONETOUCH 133config USB_STORAGE_ONETOUCH
134 bool "Support OneTouch Button on Maxtor Hard Drives" 134 tristate "Support OneTouch Button on Maxtor Hard Drives"
135 depends on USB_STORAGE 135 depends on USB_STORAGE
136 depends on INPUT=y || INPUT=USB_STORAGE 136 depends on INPUT=y || INPUT=USB_STORAGE
137 help 137 help
@@ -143,6 +143,8 @@ config USB_STORAGE_ONETOUCH
143 this input in any keybinding software. (e.g. gnome's keyboard short- 143 this input in any keybinding software. (e.g. gnome's keyboard short-
144 cuts) 144 cuts)
145 145
146 If this driver is compiled as a module, it will be named ums-onetouch.
147
146config USB_STORAGE_KARMA 148config USB_STORAGE_KARMA
147 tristate "Support for Rio Karma music player" 149 tristate "Support for Rio Karma music player"
148 depends on USB_STORAGE 150 depends on USB_STORAGE