diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2008-11-03 16:27:03 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-01-07 13:00:13 -0500 |
commit | 57262b82d601c5ca8e3db219aebd332950f62ba1 (patch) | |
tree | 0dacc7fd09e329af4667993f4ae70a53d41064de /drivers/usb/serial/Kconfig | |
parent | 327d74f6b65ddc8a042c43c11fdd4be0bb354668 (diff) |
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/Kconfig | 9 |
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 | |||
565 | To compile this driver as a module, choose M here: the | 565 | To compile this driver as a module, choose M here: the |
566 | module will be called omninet. | 566 | module will be called omninet. |
567 | 567 | ||
568 | config USB_SERIAL_OPTICON | ||
569 | tristate "USB Opticon Barcode driver (serial mode)" | ||
570 | help | ||
571 | Say Y here if you want to use a Opticon USB Barcode device | ||
572 | in serial emulation mode. | ||
573 | |||
574 | To compile this driver as a module, choose M here: the | ||
575 | module will be called opticon. | ||
576 | |||
568 | config USB_SERIAL_DEBUG | 577 | config USB_SERIAL_DEBUG |
569 | tristate "USB Debugging Device" | 578 | tristate "USB Debugging Device" |
570 | help | 579 | help |