diff options
Diffstat (limited to 'drivers/usb/serial/Kconfig')
-rw-r--r-- | drivers/usb/serial/Kconfig | 35 |
1 files changed, 20 insertions, 15 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig index 8bd44fda5eaf..f5b9438c94f0 100644 --- a/drivers/usb/serial/Kconfig +++ b/drivers/usb/serial/Kconfig | |||
@@ -62,15 +62,6 @@ config USB_SERIAL_AIRPRIME | |||
62 | To compile this driver as a module, choose M here: the | 62 | To compile this driver as a module, choose M here: the |
63 | module will be called airprime. | 63 | module will be called airprime. |
64 | 64 | ||
65 | config USB_SERIAL_ANYDATA | ||
66 | tristate "USB AnyData CDMA Wireless Driver" | ||
67 | depends on USB_SERIAL | ||
68 | help | ||
69 | Say Y here if you want to use a AnyData CDMA device. | ||
70 | |||
71 | To compile this driver as a module, choose M here: the | ||
72 | module will be called anydata. | ||
73 | |||
74 | config USB_SERIAL_ARK3116 | 65 | config USB_SERIAL_ARK3116 |
75 | tristate "USB ARK Micro 3116 USB Serial Driver (EXPERIMENTAL)" | 66 | tristate "USB ARK Micro 3116 USB Serial Driver (EXPERIMENTAL)" |
76 | depends on USB_SERIAL && EXPERIMENTAL | 67 | depends on USB_SERIAL && EXPERIMENTAL |
@@ -456,6 +447,17 @@ config USB_SERIAL_SAFE_PADDED | |||
456 | bool "USB Secure Encapsulated Driver - Padded" | 447 | bool "USB Secure Encapsulated Driver - Padded" |
457 | depends on USB_SERIAL_SAFE | 448 | depends on USB_SERIAL_SAFE |
458 | 449 | ||
450 | config USB_SERIAL_SIERRAWIRELESS | ||
451 | tristate "USB Sierra Wireless Driver" | ||
452 | depends on USB_SERIAL | ||
453 | help | ||
454 | Say M here if you want to use a Sierra Wireless device (if | ||
455 | using an PC 5220 or AC580 please use the Airprime driver | ||
456 | instead). | ||
457 | |||
458 | To compile this driver as a module, choose M here: the | ||
459 | module will be called sierra. | ||
460 | |||
459 | config USB_SERIAL_TI | 461 | config USB_SERIAL_TI |
460 | tristate "USB TI 3410/5052 Serial Driver" | 462 | tristate "USB TI 3410/5052 Serial Driver" |
461 | depends on USB_SERIAL | 463 | depends on USB_SERIAL |
@@ -491,15 +493,18 @@ config USB_SERIAL_XIRCOM | |||
491 | module will be called keyspan_pda. | 493 | module will be called keyspan_pda. |
492 | 494 | ||
493 | config USB_SERIAL_OPTION | 495 | config USB_SERIAL_OPTION |
494 | tristate "USB driver for GSM modems" | 496 | tristate "USB driver for GSM and CDMA modems" |
495 | depends on USB_SERIAL | 497 | depends on USB_SERIAL |
496 | help | 498 | help |
497 | Say Y here if you have an "Option" GSM PCMCIA card | 499 | Say Y here if you have a GSM or CDMA modem that's connected to USB. |
498 | (or an OEM version: branded Huawei, Audiovox, or Novatel). | 500 | |
501 | This driver also supports several PCMCIA cards which have a | ||
502 | built-in OHCI-USB adapter and an internally-connected GSM modem. | ||
503 | The USB bus on these cards is not accessible externally. | ||
499 | 504 | ||
500 | These cards feature a built-in OHCI-USB adapter and an | 505 | Supported devices include (some of?) those made by: |
501 | internally-connected GSM modem. The USB bus is not | 506 | Option, Huawei, Audiovox, Sierra Wireless, Novatel Wireless, or |
502 | accessible externally. | 507 | Anydata. |
503 | 508 | ||
504 | To compile this driver as a module, choose M here: the | 509 | To compile this driver as a module, choose M here: the |
505 | module will be called option. | 510 | module will be called option. |