aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/usb/serial/Kconfig5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig
index a0b2247eeaa1..bd8aab0ef1cf 100644
--- a/drivers/usb/serial/Kconfig
+++ b/drivers/usb/serial/Kconfig
@@ -425,16 +425,15 @@ 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
428if USB_SERIAL_MOS7720
429config USB_SERIAL_MOS7715_PARPORT 428config USB_SERIAL_MOS7715_PARPORT
430 bool "Support for parallel port on the Moschip 7715" 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
431 select PARPORT_NOT_PC 432 select PARPORT_NOT_PC
432 depends on PARPORT
433 ---help--- 433 ---help---
434 Say Y if you have a Moschip 7715 device and would like to use 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 435 the parallel port it provides. The port will register with
436 the parport subsystem as a low-level driver. 436 the parport subsystem as a low-level driver.
437endif
438 437
439config USB_SERIAL_MOS7840 438config USB_SERIAL_MOS7840
440 tristate "USB Moschip 7840/7820 USB Serial Driver" 439 tristate "USB Moschip 7840/7820 USB Serial Driver"