From e6d69d91d575d0fb573d3103e1fdff6ec98e52b6 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Tue, 27 Jan 2009 23:28:27 -0800 Subject: Staging: add aten2011 usb to serial converter driver. Many thanks to Russell Lang for his help in getting this working on newer kernel versions and for pointing out this driver in the first place. Cc: Russell Lang Signed-off-by: Greg Kroah-Hartman --- drivers/staging/uc2322/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 drivers/staging/uc2322/Kconfig (limited to 'drivers/staging/uc2322/Kconfig') diff --git a/drivers/staging/uc2322/Kconfig b/drivers/staging/uc2322/Kconfig new file mode 100644 index 00000000000..2e0c6e79df2 --- /dev/null +++ b/drivers/staging/uc2322/Kconfig @@ -0,0 +1,10 @@ +config USB_SERIAL_ATEN2011 + tristate "ATEN 2011 USB to serial device support" + depends on USB_SERIAL + default N + ---help--- + Say Y here if you want to use a ATEN 2011 dual port USB to serial + adapter. + + To compile this driver as a module, choose M here: the module will be + called aten2011. -- cgit v1.2.3