diff options
author | Alan Stern <stern@rowland.harvard.edu> | 2009-02-12 14:48:04 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-03-24 19:20:34 -0400 |
commit | fcdb51401f7f695b7fb782721b2e33372c5a06ce (patch) | |
tree | 8072a6b8a09a52f106bddd29bc9a41069009d966 /drivers/usb/storage/Kconfig | |
parent | 70fcc0050733a7cd1b452cfa3de3a9b376412565 (diff) |
usb-storage: make cypress_atacb a separate module
This patch (as1210) converts usb-storage's cypress_atacb 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 e6cc245257f8..2c73fa97d94d 100644 --- a/drivers/usb/storage/Kconfig +++ b/drivers/usb/storage/Kconfig | |||
@@ -146,7 +146,7 @@ config USB_STORAGE_KARMA | |||
146 | operation. | 146 | operation. |
147 | 147 | ||
148 | config USB_STORAGE_CYPRESS_ATACB | 148 | config USB_STORAGE_CYPRESS_ATACB |
149 | bool "SAT emulation on Cypress USB/ATA Bridge with ATACB" | 149 | tristate "SAT emulation on Cypress USB/ATA Bridge with ATACB" |
150 | depends on USB_STORAGE | 150 | depends on USB_STORAGE |
151 | ---help--- | 151 | ---help--- |
152 | Say Y here if you want to use SAT (ata pass through) on devices based | 152 | Say Y here if you want to use SAT (ata pass through) on devices based |
@@ -156,6 +156,8 @@ config USB_STORAGE_CYPRESS_ATACB | |||
156 | If you say no here your device will still work with the standard usb | 156 | If you say no here your device will still work with the standard usb |
157 | mass storage class. | 157 | mass storage class. |
158 | 158 | ||
159 | If this driver is compiled as a module, it will be named ums-cypress. | ||
160 | |||
159 | config USB_LIBUSUAL | 161 | config USB_LIBUSUAL |
160 | bool "The shared table of common (or usual) storage devices" | 162 | bool "The shared table of common (or usual) storage devices" |
161 | depends on USB | 163 | depends on USB |