Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36467
b: refs/heads/master
c: 3f54297
h: refs/heads/master
i:
  36465: dc7261d
  36463: ba23cff
v: v3
  • Loading branch information
Paul B Schroeder authored and Greg Kroah-Hartman committed Sep 27, 2006
1 parent 0ef6d0e commit eb9ad96
Show file tree
Hide file tree
Showing 4 changed files with 2,979 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5638e4d92e7707bd037a36654f914c80ccd7161d
refs/heads/master: 3f5429746d91f21f60f68b14177c0d534d80240b
15 changes: 15 additions & 0 deletions trunk/drivers/usb/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,21 @@ config USB_SERIAL_MCT_U232
To compile this driver as a module, choose M here: the
module will be called mct_u232.

config USB_SERIAL_MOS7840
tristate "USB Moschip 7840/7820 USB Serial Driver"
depends on USB_SERIAL
---help---
Say Y here if you want to use a MCS7840 Quad-Serial or MCS7820
Dual-Serial port device from MosChip Semiconductor.

The MCS7840 and MCS7820 have been developed to connect a wide range
of standard serial devices to a USB host. The MCS7840 has a USB
device controller connected to four (4) individual UARTs while the
MCS7820 controller connects to two (2) individual UARTs.

To compile this driver as a module, choose M here: the
module will be called mos7840. If unsure, choose N.

config USB_SERIAL_NAVMAN
tristate "USB Navman GPS device"
depends on USB_SERIAL
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/usb/serial/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ obj-$(CONFIG_USB_SERIAL_KEYSPAN_PDA) += keyspan_pda.o
obj-$(CONFIG_USB_SERIAL_KLSI) += kl5kusb105.o
obj-$(CONFIG_USB_SERIAL_KOBIL_SCT) += kobil_sct.o
obj-$(CONFIG_USB_SERIAL_MCT_U232) += mct_u232.o
obj-$(CONFIG_USB_SERIAL_MOS7840) += mos7840.o
obj-$(CONFIG_USB_SERIAL_NAVMAN) += navman.o
obj-$(CONFIG_USB_SERIAL_OMNINET) += omninet.o
obj-$(CONFIG_USB_SERIAL_OPTION) += option.o
Expand Down
Loading

0 comments on commit eb9ad96

Please sign in to comment.