diff options
author | Alan Stern <stern@rowland.harvard.edu> | 2009-02-12 14:48:11 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-03-24 19:20:34 -0400 |
commit | 0d62939fab3cf28a23ac6934cec599793d3a1d9d (patch) | |
tree | 1493af55ad42675eb1be08161c67294ea8692025 /drivers/usb/storage/Kconfig | |
parent | 26d6818f19d0ab018f28a20d699511c1efdf508b (diff) |
usb-storage: make freecom a separate module
This patch (as1212) converts usb-storage's freecom 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 44c6b1940f77..14508b8a55fb 100644 --- a/drivers/usb/storage/Kconfig +++ b/drivers/usb/storage/Kconfig | |||
@@ -39,12 +39,14 @@ config USB_STORAGE_DATAFAB | |||
39 | Datafab has a web page at <http://www.datafabusa.com/>. | 39 | Datafab has a web page at <http://www.datafabusa.com/>. |
40 | 40 | ||
41 | config USB_STORAGE_FREECOM | 41 | config USB_STORAGE_FREECOM |
42 | bool "Freecom USB/ATAPI Bridge support" | 42 | tristate "Freecom USB/ATAPI Bridge support" |
43 | depends on USB_STORAGE | 43 | depends on USB_STORAGE |
44 | help | 44 | help |
45 | Support for the Freecom USB to IDE/ATAPI adaptor. | 45 | Support for the Freecom USB to IDE/ATAPI adaptor. |
46 | Freecom has a web page at <http://www.freecom.de/>. | 46 | Freecom has a web page at <http://www.freecom.de/>. |
47 | 47 | ||
48 | If this driver is compiled as a module, it will be named ums-freecom. | ||
49 | |||
48 | config USB_STORAGE_ISD200 | 50 | config USB_STORAGE_ISD200 |
49 | tristate "ISD-200 USB/ATA Bridge support" | 51 | tristate "ISD-200 USB/ATA Bridge support" |
50 | depends on USB_STORAGE | 52 | depends on USB_STORAGE |