summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/Kconfig
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2008-11-03 22:27:03 +0100
committerGreg Kroah-Hartman2009-01-07 19:00:13 +0100
commit57262b82d601c5ca8e3db219aebd332950f62ba1 (patch)
tree0dacc7fd09e329af4667993f4ae70a53d41064de /drivers/usb/serial/Kconfig
parentUSB: emi26: fix oops on load (diff)
downloadkernel-qcow2-linux-57262b82d601c5ca8e3db219aebd332950f62ba1.tar.gz
kernel-qcow2-linux-57262b82d601c5ca8e3db219aebd332950f62ba1.tar.xz
kernel-qcow2-linux-57262b82d601c5ca8e3db219aebd332950f62ba1.zip
USB: add new opticon serial driver
This is for the serial mode of the Opticon barcode scanner. Cc: Kees Stoop <kees.stoop@opticon.com> 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 70338f4ec918..da30784a0ef2 100644
--- a/drivers/usb/serial/Kconfig
+++ b/drivers/usb/serial/Kconfig
@@ -565,6 +565,15 @@ config USB_SERIAL_OMNINET
To compile this driver as a module, choose M here: the
module will be called omninet.
+config USB_SERIAL_OPTICON
+ tristate "USB Opticon Barcode driver (serial mode)"
+ help
+ Say Y here if you want to use a Opticon USB Barcode device
+ in serial emulation mode.
+
+ To compile this driver as a module, choose M here: the
+ module will be called opticon.
+
config USB_SERIAL_DEBUG
tristate "USB Debugging Device"
help