diff options
Diffstat (limited to 'drivers/usb/serial/Kconfig')
-rw-r--r-- | drivers/usb/serial/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig index c480ea4c19f2..a0ecb42cb33a 100644 --- a/drivers/usb/serial/Kconfig +++ b/drivers/usb/serial/Kconfig | |||
@@ -472,6 +472,17 @@ config USB_SERIAL_OTI6858 | |||
472 | To compile this driver as a module, choose M here: the | 472 | To compile this driver as a module, choose M here: the |
473 | module will be called oti6858. | 473 | module will be called oti6858. |
474 | 474 | ||
475 | config USB_SERIAL_QCAUX | ||
476 | tristate "USB Qualcomm Auxiliary Serial Port Driver" | ||
477 | help | ||
478 | Say Y here if you want to use the auxiliary serial ports provided | ||
479 | by many modems based on Qualcomm chipsets. These ports often use | ||
480 | a proprietary protocol called DM and cannot be used for AT- or | ||
481 | PPP-based communication. | ||
482 | |||
483 | To compile this driver as a module, choose M here: the | ||
484 | module will be called qcaux. If unsure, choose N. | ||
485 | |||
475 | config USB_SERIAL_QUALCOMM | 486 | config USB_SERIAL_QUALCOMM |
476 | tristate "USB Qualcomm Serial modem" | 487 | tristate "USB Qualcomm Serial modem" |
477 | help | 488 | help |
@@ -600,6 +611,14 @@ config USB_SERIAL_OPTICON | |||
600 | To compile this driver as a module, choose M here: the | 611 | To compile this driver as a module, choose M here: the |
601 | module will be called opticon. | 612 | module will be called opticon. |
602 | 613 | ||
614 | config USB_SERIAL_VIVOPAY_SERIAL | ||
615 | tristate "USB ViVOpay serial interface driver" | ||
616 | help | ||
617 | Say Y here if you want to use a ViVOtech ViVOpay USB device. | ||
618 | |||
619 | To compile this driver as a module, choose M here: the | ||
620 | module will be called vivopay-serial. | ||
621 | |||
603 | config USB_SERIAL_DEBUG | 622 | config USB_SERIAL_DEBUG |
604 | tristate "USB Debugging Device" | 623 | tristate "USB Debugging Device" |
605 | help | 624 | help |