summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/Kconfig
diff options
context:
space:
mode:
authorFrank A Kingswood2007-08-22 21:48:58 +0200
committerGreg Kroah-Hartman2007-10-12 23:55:29 +0200
commit6ce76104781a10554129791dc62c3104424f6d48 (patch)
tree0756774b493cce844b1d34f0df45fc6b462e79cf /drivers/usb/serial/Kconfig
parentUSB: cxacru: Use appropriate logging for errors (diff)
downloadkernel-qcow2-linux-6ce76104781a10554129791dc62c3104424f6d48.tar.gz
kernel-qcow2-linux-6ce76104781a10554129791dc62c3104424f6d48.tar.xz
kernel-qcow2-linux-6ce76104781a10554129791dc62c3104424f6d48.zip
USB: Driver for CH341 USB-serial adaptor
This patch implements a USB serial port driver for the Winchiphead CH341 USB-RS232 Converter. This chip also implements an IEEE 1284 parallel port, I2C and SPI, but that is not supported by the driver. Signed-off-by: Frank A Kingswood <frank@kingswood-consulting.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/Kconfig')
-rw-r--r--drivers/usb/serial/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig
index 43d6db696f90..99fefed77919 100644
--- a/drivers/usb/serial/Kconfig
+++ b/drivers/usb/serial/Kconfig
@@ -92,6 +92,16 @@ config USB_SERIAL_BELKIN
To compile this driver as a module, choose M here: the
module will be called belkin_sa.
+config USB_SERIAL_CH341
+ tristate "USB Winchiphead CH341 Single Port Serial Driver"
+ depends on USB_SERIAL
+ help
+ Say Y here if you want to use a Winchiphead CH341 single port
+ USB to serial adapter.
+
+ To compile this driver as a module, choose M here: the
+ module will be called ch341.
+
config USB_SERIAL_WHITEHEAT
tristate "USB ConnectTech WhiteHEAT Serial Driver"
depends on USB_SERIAL