diff options
author | Paul B Schroeder <pschroeder@uplogix.com> | 2006-08-31 20:41:47 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-09-27 14:58:59 -0400 |
commit | 3f5429746d91f21f60f68b14177c0d534d80240b (patch) | |
tree | d4b4a08129eb4d90ddf532c2da0dfd9120dc1faf /drivers/usb/serial/Kconfig | |
parent | 5638e4d92e7707bd037a36654f914c80ccd7161d (diff) |
USB: Moschip 7840 USB-Serial Driver
Signed-off-by: Paul B Schroeder <pschroeder@uplogix.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/Kconfig')
-rw-r--r-- | drivers/usb/serial/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig index e4df0ac358fb..5076b9d97057 100644 --- a/drivers/usb/serial/Kconfig +++ b/drivers/usb/serial/Kconfig | |||
@@ -422,6 +422,21 @@ config USB_SERIAL_MCT_U232 | |||
422 | To compile this driver as a module, choose M here: the | 422 | To compile this driver as a module, choose M here: the |
423 | module will be called mct_u232. | 423 | module will be called mct_u232. |
424 | 424 | ||
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 | |||
425 | config USB_SERIAL_NAVMAN | 440 | config USB_SERIAL_NAVMAN |
426 | tristate "USB Navman GPS device" | 441 | tristate "USB Navman GPS device" |
427 | depends on USB_SERIAL | 442 | depends on USB_SERIAL |