diff options
author | Matthew Garrett <mjg@redhat.com> | 2010-04-01 12:31:07 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-20 13:21:37 -0700 |
commit | 0d4561947b8ddd5d944bdbbdc1ea1d6fd9a06041 (patch) | |
tree | d75237e22ffac2db3be393bb8cd80c40a86befab /drivers/usb/serial/Kconfig | |
parent | a90309860b0935805d49e75499fb8dc59fea8e94 (diff) | |
download | blackbird-op-linux-0d4561947b8ddd5d944bdbbdc1ea1d6fd9a06041.tar.gz blackbird-op-linux-0d4561947b8ddd5d944bdbbdc1ea1d6fd9a06041.zip |
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/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig index 5f777c20f2e2..e399efdb91e5 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 |