aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/Kconfig
diff options
context:
space:
mode:
authorMatthew Garrett <mjg@redhat.com>2010-04-01 12:31:07 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-20 13:21:37 -0700
commit0d4561947b8ddd5d944bdbbdc1ea1d6fd9a06041 (patch)
treed75237e22ffac2db3be393bb8cd80c40a86befab /drivers/usb/serial/Kconfig
parenta90309860b0935805d49e75499fb8dc59fea8e94 (diff)
downloadkernel_samsung_smdk4412-0d4561947b8ddd5d944bdbbdc1ea1d6fd9a06041.zip
kernel_samsung_smdk4412-0d4561947b8ddd5d944bdbbdc1ea1d6fd9a06041.tar.gz
kernel_samsung_smdk4412-0d4561947b8ddd5d944bdbbdc1ea1d6fd9a06041.tar.bz2
usb serial: Add generic USB wwan support
The generic USB serial code is ill-suited for high-speed USB wwan devices, resulting in the option driver. However, other non-option devices may also gain similar benefits from not using the generic code. Factorise out the non-option specific code from the option driver and make it available to other users. Signed-off-by: Matthew Garrett <mjg@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/Kconfig')
-rw-r--r--drivers/usb/serial/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig
index 5f777c2..e399efd 100644
--- a/drivers/usb/serial/Kconfig
+++ b/drivers/usb/serial/Kconfig
@@ -576,6 +576,9 @@ config USB_SERIAL_XIRCOM
To compile this driver as a module, choose M here: the
module will be called keyspan_pda.
+config USB_SERIAL_WWAN
+ tristate
+
config USB_SERIAL_OPTION
tristate "USB driver for GSM and CDMA modems"
help