aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/Kconfig
diff options
context:
space:
mode:
authorBill Pemberton <wfp5p@virginia.edu>2010-07-29 11:05:41 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-08-10 14:35:44 -0700
commit52af954599396e5945a895035525c703f2761b20 (patch)
tree73e5bba4974ec5640cde374e846033a3393392fa /drivers/usb/serial/Kconfig
parentf283925fe9ef4ee75dc43e4c2bfbbd6b8a70bd0a (diff)
downloadkernel_samsung_smdk4412-52af954599396e5945a895035525c703f2761b20.zip
kernel_samsung_smdk4412-52af954599396e5945a895035525c703f2761b20.tar.gz
kernel_samsung_smdk4412-52af954599396e5945a895035525c703f2761b20.tar.bz2
USB: add USB serial ssu100 driver
Add support for the Quatech SSU-100 single port usb to serial device. This driver is based on the ftdi_sio.c driver and the original serqt_usb driver from Quatech. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/Kconfig')
-rw-r--r--drivers/usb/serial/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig
index bd8aab0..916b2b6 100644
--- a/drivers/usb/serial/Kconfig
+++ b/drivers/usb/serial/Kconfig
@@ -642,6 +642,15 @@ config USB_SERIAL_ZIO
To compile this driver as a module, choose M here: the
module will be called zio.
+config USB_SERIAL_SSU100
+ tristate "USB Quatech SSU-100 Single Port Serial Driver"
+ help
+ Say Y here if you want to use the Quatech SSU-100 single
+ port usb to serial adapter.
+
+ To compile this driver as a module, choose M here: the
+ module will be called ssu100.
+
config USB_SERIAL_DEBUG
tristate "USB Debugging Device"
help