diff options
author | Matthew Garrett <mjg@redhat.com> | 2010-04-01 12:31:08 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-20 16:21:37 -0400 |
commit | 8b4c6a3ab596961b784659c71dc24b341f938a1a (patch) | |
tree | 7968134c21713297f1daba2e43eefba986c1d8b5 /drivers/usb/serial/Kconfig | |
parent | 0d4561947b8ddd5d944bdbbdc1ea1d6fd9a06041 (diff) |
USB: option: Use generic USB wwan code
As this code was simply factored out of option, this is a simple
conversion.
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 e399efdb91e5..fdc889dc9fd8 100644 --- a/drivers/usb/serial/Kconfig +++ b/drivers/usb/serial/Kconfig | |||
@@ -581,6 +581,7 @@ config USB_SERIAL_WWAN | |||
581 | 581 | ||
582 | config USB_SERIAL_OPTION | 582 | config USB_SERIAL_OPTION |
583 | tristate "USB driver for GSM and CDMA modems" | 583 | tristate "USB driver for GSM and CDMA modems" |
584 | select USB_SERIAL_WWAN | ||
584 | help | 585 | help |
585 | Say Y here if you have a GSM or CDMA modem that's connected to USB. | 586 | Say Y here if you have a GSM or CDMA modem that's connected to USB. |
586 | 587 | ||