diff options
author | Matthew Garrett <mjg@redhat.com> | 2010-04-01 12:31:09 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-20 16:21:37 -0400 |
commit | 3d7e59ad88fdb6bc50ae9b7e822d4bb5f68b68f9 (patch) | |
tree | d7ed39b734ef2cdf4591f18195230c609ea578c1 /drivers/usb/serial/Kconfig | |
parent | 8b4c6a3ab596961b784659c71dc24b341f938a1a (diff) |
USB: qcserial: Use generic USB wwan code
Make qcserial use the generic USB wwan code. This should result in a
performance improvement.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig index fdc889dc9fd8..efb6dc7aa450 100644 --- a/drivers/usb/serial/Kconfig +++ b/drivers/usb/serial/Kconfig | |||
@@ -485,6 +485,7 @@ config USB_SERIAL_QCAUX | |||
485 | 485 | ||
486 | config USB_SERIAL_QUALCOMM | 486 | config USB_SERIAL_QUALCOMM |
487 | tristate "USB Qualcomm Serial modem" | 487 | tristate "USB Qualcomm Serial modem" |
488 | select USB_SERIAL_WWAN | ||
488 | help | 489 | help |
489 | Say Y here if you have a Qualcomm USB modem device. These are | 490 | Say Y here if you have a Qualcomm USB modem device. These are |
490 | usually wireless cellular modems. | 491 | usually wireless cellular modems. |