File tree Expand file tree Collapse file tree 3 files changed +2978
-0
lines changed
Expand file tree Collapse file tree 3 files changed +2978
-0
lines changed Original file line number Diff line number Diff line change @@ -422,6 +422,21 @@ config USB_SERIAL_MCT_U232
422422 To compile this driver as a module, choose M here: the
423423 module will be called mct_u232.
424424
425+ config USB_SERIAL_MOS7840
426+ tristate "USB Moschip 7840/7820 USB Serial Driver"
427+ depends on USB_SERIAL
428+ ---help---
429+ Say Y here if you want to use a MCS7840 Quad-Serial or MCS7820
430+ Dual-Serial port device from MosChip Semiconductor.
431+
432+ The MCS7840 and MCS7820 have been developed to connect a wide range
433+ of standard serial devices to a USB host. The MCS7840 has a USB
434+ device controller connected to four (4) individual UARTs while the
435+ MCS7820 controller connects to two (2) individual UARTs.
436+
437+ To compile this driver as a module, choose M here: the
438+ module will be called mos7840. If unsure, choose N.
439+
425440config USB_SERIAL_NAVMAN
426441 tristate "USB Navman GPS device"
427442 depends on USB_SERIAL
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ obj-$(CONFIG_USB_SERIAL_KEYSPAN_PDA) += keyspan_pda.o
3434obj-$(CONFIG_USB_SERIAL_KLSI) += kl5kusb105.o
3535obj-$(CONFIG_USB_SERIAL_KOBIL_SCT) += kobil_sct.o
3636obj-$(CONFIG_USB_SERIAL_MCT_U232) += mct_u232.o
37+ obj-$(CONFIG_USB_SERIAL_MOS7840) += mos7840.o
3738obj-$(CONFIG_USB_SERIAL_NAVMAN) += navman.o
3839obj-$(CONFIG_USB_SERIAL_OMNINET) += omninet.o
3940obj-$(CONFIG_USB_SERIAL_OPTION) += option.o
You can’t perform that action at this time.
0 commit comments