aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/Kconfig
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-02-17 22:39:56 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2009-03-24 16:20:32 -0700
commita78b42824dd7c2b40d72fb01f1b1842f7e845f3a (patch)
treef09ecfaaac5bc842d0de1fed45d8c2539674612f /drivers/usb/serial/Kconfig
parent3d940b7d27c5fec35de66449836ab9a01575447c (diff)
downloadkernel_samsung_smdk4412-a78b42824dd7c2b40d72fb01f1b1842f7e845f3a.zip
kernel_samsung_smdk4412-a78b42824dd7c2b40d72fb01f1b1842f7e845f3a.tar.gz
kernel_samsung_smdk4412-a78b42824dd7c2b40d72fb01f1b1842f7e845f3a.tar.bz2
USB: serial: add qualcomm wireless modem driver
Driver originally written by Qualcomm, but rewritten by me due to the totally different coding style. Cleaned up the probe logic to make a bit more sense, this is one wierd device. They could have prevented all of this by just writing sane firmware for the modem. Cc: Tamm Liu <tamml@qualcomm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/Kconfig')
-rw-r--r--drivers/usb/serial/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig
index dbc0781..4afe73e 100644
--- a/drivers/usb/serial/Kconfig
+++ b/drivers/usb/serial/Kconfig
@@ -472,6 +472,15 @@ config USB_SERIAL_OTI6858
To compile this driver as a module, choose M here: the
module will be called oti6858.
+config USB_SERIAL_QUALCOMM
+ tristate "USB Qualcomm Serial modem"
+ help
+ Say Y here if you have a Qualcomm USB modem device. These are
+ usually wireless cellular modems.
+
+ To compile this driver as a module, choose M here: the
+ module will be called qcserial.
+
config USB_SERIAL_SPCP8X5
tristate "USB SPCP8x5 USB To Serial Driver"
help