diff options
author | Alan Stern <stern@rowland.harvard.edu> | 2009-02-12 14:48:26 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-03-24 19:20:35 -0400 |
commit | c10337846c93bd914dd3003ffb001adc583b313e (patch) | |
tree | 32cb40a67324c7033c32fcae2e35609c192bb878 /drivers/usb/storage/Kconfig | |
parent | a74bba3bf92cb6425789ae5050bdcca1283bc6f4 (diff) |
usb-storage: make karma a separate module
This patch (as1216) converts usb-storage's karma 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 c56c2c6d37b7..8adece1dd294 100644 --- a/drivers/usb/storage/Kconfig +++ b/drivers/usb/storage/Kconfig | |||
@@ -144,7 +144,7 @@ config USB_STORAGE_ONETOUCH | |||
144 | cuts) | 144 | cuts) |
145 | 145 | ||
146 | config USB_STORAGE_KARMA | 146 | config USB_STORAGE_KARMA |
147 | bool "Support for Rio Karma music player" | 147 | tristate "Support for Rio Karma music player" |
148 | depends on USB_STORAGE | 148 | depends on USB_STORAGE |
149 | help | 149 | help |
150 | Say Y here to include additional code to support the Rio Karma | 150 | Say Y here to include additional code to support the Rio Karma |
@@ -155,6 +155,8 @@ config USB_STORAGE_KARMA | |||
155 | on the resulting scsi device node returns the Karma to normal | 155 | on the resulting scsi device node returns the Karma to normal |
156 | operation. | 156 | operation. |
157 | 157 | ||
158 | If this driver is compiled as a module, it will be named ums-karma. | ||
159 | |||
158 | config USB_STORAGE_CYPRESS_ATACB | 160 | config USB_STORAGE_CYPRESS_ATACB |
159 | tristate "SAT emulation on Cypress USB/ATA Bridge with ATACB" | 161 | tristate "SAT emulation on Cypress USB/ATA Bridge with ATACB" |
160 | depends on USB_STORAGE | 162 | depends on USB_STORAGE |