aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/Kconfig
diff options
context:
space:
mode:
authorAlan Stern <stern@rowland.harvard.edu>2009-02-12 14:48:08 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2009-03-24 19:20:34 -0400
commit26d6818f19d0ab018f28a20d699511c1efdf508b (patch)
tree78c8307da63551997421dd54ac362365cada39d4 /drivers/usb/storage/Kconfig
parentfcdb51401f7f695b7fb782721b2e33372c5a06ce (diff)
usb-storage: make shuttle_usbat a separate module
This patch (as1211) converts usb-storage's shuttle_usbat 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 2c73fa97d94d..44c6b1940f77 100644
--- a/drivers/usb/storage/Kconfig
+++ b/drivers/usb/storage/Kconfig
@@ -64,7 +64,7 @@ config USB_STORAGE_ISD200
64 If this driver is compiled as a module, it will be named ums-isd200. 64 If this driver is compiled as a module, it will be named ums-isd200.
65 65
66config USB_STORAGE_USBAT 66config USB_STORAGE_USBAT
67 bool "USBAT/USBAT02-based storage support" 67 tristate "USBAT/USBAT02-based storage support"
68 depends on USB_STORAGE 68 depends on USB_STORAGE
69 help 69 help
70 Say Y here to include additional code to support storage devices 70 Say Y here to include additional code to support storage devices
@@ -84,6 +84,8 @@ config USB_STORAGE_USBAT
84 - RCA LYRA MP3 portable 84 - RCA LYRA MP3 portable
85 - Sandisk ImageMate SDDR-05b 85 - Sandisk ImageMate SDDR-05b
86 86
87 If this driver is compiled as a module, it will be named ums-usbat.
88
87config USB_STORAGE_SDDR09 89config USB_STORAGE_SDDR09
88 tristate "SanDisk SDDR-09 (and other SmartMedia, including DPCM) support" 90 tristate "SanDisk SDDR-09 (and other SmartMedia, including DPCM) support"
89 depends on USB_STORAGE 91 depends on USB_STORAGE