aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/serial/Kconfig')
-rw-r--r--drivers/usb/serial/Kconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig
index a0ecb42cb33a..bd8aab0ef1cf 100644
--- a/drivers/usb/serial/Kconfig
+++ b/drivers/usb/serial/Kconfig
@@ -425,6 +425,16 @@ config USB_SERIAL_MOS7720
425 To compile this driver as a module, choose M here: the 425 To compile this driver as a module, choose M here: the
426 module will be called mos7720. 426 module will be called mos7720.
427 427
428config USB_SERIAL_MOS7715_PARPORT
429 bool "Support for parallel port on the Moschip 7715"
430 depends on USB_SERIAL_MOS7720
431 depends on PARPORT=y || PARPORT=USB_SERIAL_MOS7720
432 select PARPORT_NOT_PC
433 ---help---
434 Say Y if you have a Moschip 7715 device and would like to use
435 the parallel port it provides. The port will register with
436 the parport subsystem as a low-level driver.
437
428config USB_SERIAL_MOS7840 438config USB_SERIAL_MOS7840
429 tristate "USB Moschip 7840/7820 USB Serial Driver" 439 tristate "USB Moschip 7840/7820 USB Serial Driver"
430 ---help--- 440 ---help---
@@ -485,6 +495,7 @@ config USB_SERIAL_QCAUX
485 495
486config USB_SERIAL_QUALCOMM 496config USB_SERIAL_QUALCOMM
487 tristate "USB Qualcomm Serial modem" 497 tristate "USB Qualcomm Serial modem"
498 select USB_SERIAL_WWAN
488 help 499 help
489 Say Y here if you have a Qualcomm USB modem device. These are 500 Say Y here if you have a Qualcomm USB modem device. These are
490 usually wireless cellular modems. 501 usually wireless cellular modems.
@@ -576,8 +587,12 @@ config USB_SERIAL_XIRCOM
576 To compile this driver as a module, choose M here: the 587 To compile this driver as a module, choose M here: the
577 module will be called keyspan_pda. 588 module will be called keyspan_pda.
578 589
590config USB_SERIAL_WWAN
591 tristate
592
579config USB_SERIAL_OPTION 593config USB_SERIAL_OPTION
580 tristate "USB driver for GSM and CDMA modems" 594 tristate "USB driver for GSM and CDMA modems"
595 select USB_SERIAL_WWAN
581 help 596 help
582 Say Y here if you have a GSM or CDMA modem that's connected to USB. 597 Say Y here if you have a GSM or CDMA modem that's connected to USB.
583 598
@@ -619,6 +634,14 @@ config USB_SERIAL_VIVOPAY_SERIAL
619 To compile this driver as a module, choose M here: the 634 To compile this driver as a module, choose M here: the
620 module will be called vivopay-serial. 635 module will be called vivopay-serial.
621 636
637config USB_SERIAL_ZIO
638 tristate "ZIO Motherboard USB serial interface driver"
639 help
640 Say Y here if you want to use ZIO Motherboard.
641
642 To compile this driver as a module, choose M here: the
643 module will be called zio.
644
622config USB_SERIAL_DEBUG 645config USB_SERIAL_DEBUG
623 tristate "USB Debugging Device" 646 tristate "USB Debugging Device"
624 help 647 help