aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/Kconfig
diff options
context:
space:
mode:
authorForest Bond <forest.bond@outpostembedded.com>2010-02-05 11:30:28 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-02 17:54:57 -0500
commit5272098365514ab232fa6a695d58c3961fec6b7a (patch)
tree26845df81c8727eb40f03a57e9d166ab5c49c016 /drivers/usb/serial/Kconfig
parent640e95abdfae9fef5949084c92e80c8f2f8b5ec5 (diff)
USB: serial: Add support for ViVOtech ViVOpay devices.
Add support for USB serial interface provided by ViVOtech ViVOpay devices via new driver vivopay-serial. Currently only the ViVOpay 8800 device is supported, but support for similar devices can be added by adding the appropriate device IDs to the driver. Signed-off-by: Forest Bond <forest.bond@outpostembedded.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/Kconfig')
-rw-r--r--drivers/usb/serial/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig
index c480ea4c19f2..d9f289ca2bda 100644
--- a/drivers/usb/serial/Kconfig
+++ b/drivers/usb/serial/Kconfig
@@ -600,6 +600,14 @@ config USB_SERIAL_OPTICON
600 To compile this driver as a module, choose M here: the 600 To compile this driver as a module, choose M here: the
601 module will be called opticon. 601 module will be called opticon.
602 602
603config USB_SERIAL_VIVOPAY_SERIAL
604 tristate "USB ViVOpay serial interface driver"
605 help
606 Say Y here if you want to use a ViVOtech ViVOpay USB device.
607
608 To compile this driver as a module, choose M here: the
609 module will be called vivopay-serial.
610
603config USB_SERIAL_DEBUG 611config USB_SERIAL_DEBUG
604 tristate "USB Debugging Device" 612 tristate "USB Debugging Device"
605 help 613 help