diff options
author | Kevin Lloyd <klloyd@sierrawireless.com> | 2008-08-26 18:30:45 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-09-23 13:58:05 -0700 |
commit | c9bab96bbfdda59fa8a35ba536c22e66055669e5 (patch) | |
tree | 441b245a1e5a3cc6e9426096882f4323d2ad1f4a /drivers/usb/storage/Kconfig | |
parent | e002bcc2f8e766a96472379e3b4a8a4e8938a93e (diff) | |
download | op-kernel-dev-c9bab96bbfdda59fa8a35ba536c22e66055669e5.zip op-kernel-dev-c9bab96bbfdda59fa8a35ba536c22e66055669e5.tar.gz |
USB Storage: Sierra: Non-configurable TRU-Install
This patch alters the Sierra Mass Storage patch so that it is non-configurable.
Signed-off-by: Kevin Lloyd <klloyd@sierrawireless.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/storage/Kconfig')
-rw-r--r-- | drivers/usb/storage/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig index c760346..3d92496 100644 --- a/drivers/usb/storage/Kconfig +++ b/drivers/usb/storage/Kconfig @@ -146,18 +146,6 @@ config USB_STORAGE_KARMA on the resulting scsi device node returns the Karma to normal operation. -config USB_STORAGE_SIERRA - bool "Sierra Wireless TRU-Install Feature Support" - depends on USB_STORAGE - help - Say Y here to include additional code to support Sierra Wireless - products with the TRU-Install feature (e.g., AC597E, AC881U). - - This code switches the Sierra Wireless device from being in - Mass Storage mode to Modem mode. It also has the ability to - support host software upgrades should full Linux support be added - to TRU-Install. - config USB_STORAGE_CYPRESS_ATACB bool "SAT emulation on Cypress USB/ATA Bridge with ATACB" depends on USB_STORAGE |