diff options
author | Alan Stern <stern@rowland.harvard.edu> | 2009-02-12 14:47:54 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-03-24 16:20:34 -0700 |
commit | 32d5493eb83a217c3b1eba4b98cd6d19864f71a8 (patch) | |
tree | 13f1ee0b36639b15932602000971531fbeba06d0 /drivers/usb/storage/Kconfig | |
parent | 0ff71883b2d60136430458413c135d545c69b0c4 (diff) | |
download | op-kernel-dev-32d5493eb83a217c3b1eba4b98cd6d19864f71a8.zip op-kernel-dev-32d5493eb83a217c3b1eba4b98cd6d19864f71a8.tar.gz |
usb-storage: make isd200 a separate module
This patch (as1208) converts usb-storage's isd200 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 7be8899..fc356a7 100644 --- a/drivers/usb/storage/Kconfig +++ b/drivers/usb/storage/Kconfig @@ -46,7 +46,7 @@ config USB_STORAGE_FREECOM Freecom has a web page at <http://www.freecom.de/>. config USB_STORAGE_ISD200 - bool "ISD-200 USB/ATA Bridge support" + tristate "ISD-200 USB/ATA Bridge support" depends on USB_STORAGE ---help--- Say Y here if you want to use USB Mass Store devices based @@ -61,6 +61,8 @@ config USB_STORAGE_ISD200 - CyQ've CQ8060A CDRW drive - Planex eXtreme Drive RX-25HU USB-IDE cable (not model RX-25U) + If this driver is compiled as a module, it will be named ums-isd200. + config USB_STORAGE_USBAT bool "USBAT/USBAT02-based storage support" depends on USB_STORAGE |