Skip to content

Commit 3f54297

Browse files
Paul B Schroedergregkh
authored andcommitted
USB: Moschip 7840 USB-Serial Driver
Signed-off-by: Paul B Schroeder <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 5638e4d commit 3f54297

File tree

3 files changed

+2978
-0
lines changed

3 files changed

+2978
-0
lines changed

drivers/usb/serial/Kconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
425440
config USB_SERIAL_NAVMAN
426441
tristate "USB Navman GPS device"
427442
depends on USB_SERIAL

drivers/usb/serial/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ obj-$(CONFIG_USB_SERIAL_KEYSPAN_PDA) += keyspan_pda.o
3434
obj-$(CONFIG_USB_SERIAL_KLSI) += kl5kusb105.o
3535
obj-$(CONFIG_USB_SERIAL_KOBIL_SCT) += kobil_sct.o
3636
obj-$(CONFIG_USB_SERIAL_MCT_U232) += mct_u232.o
37+
obj-$(CONFIG_USB_SERIAL_MOS7840) += mos7840.o
3738
obj-$(CONFIG_USB_SERIAL_NAVMAN) += navman.o
3839
obj-$(CONFIG_USB_SERIAL_OMNINET) += omninet.o
3940
obj-$(CONFIG_USB_SERIAL_OPTION) += option.o

0 commit comments

Comments
 (0)