diff options
author | Vijay Kumar <vijaykumar@zilogic.com> | 2010-03-10 10:47:56 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-20 16:21:32 -0400 |
commit | 2a1e7d5d54c1c046c1fe47dffd119b45087c6de6 (patch) | |
tree | b5403ab19693337c9838e2b92b05224c8223948e /drivers/usb/serial/Kconfig | |
parent | 92d2c5e4badc622999d3b17e6dfbf6babacb52f6 (diff) |
USB Serial Driver: ZIO Motherboard
Add ZIO Motherboard USB serial interface driver.
Signed-off-by: Vijay Kumar B. <vijaykumar@zilogic.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/Kconfig')
-rw-r--r-- | drivers/usb/serial/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig index a0ecb42cb33a..5f777c20f2e2 100644 --- a/drivers/usb/serial/Kconfig +++ b/drivers/usb/serial/Kconfig | |||
@@ -619,6 +619,14 @@ config USB_SERIAL_VIVOPAY_SERIAL | |||
619 | To compile this driver as a module, choose M here: the | 619 | To compile this driver as a module, choose M here: the |
620 | module will be called vivopay-serial. | 620 | module will be called vivopay-serial. |
621 | 621 | ||
622 | config USB_SERIAL_ZIO | ||
623 | tristate "ZIO Motherboard USB serial interface driver" | ||
624 | help | ||
625 | Say Y here if you want to use ZIO Motherboard. | ||
626 | |||
627 | To compile this driver as a module, choose M here: the | ||
628 | module will be called zio. | ||
629 | |||
622 | config USB_SERIAL_DEBUG | 630 | config USB_SERIAL_DEBUG |
623 | tristate "USB Debugging Device" | 631 | tristate "USB Debugging Device" |
624 | help | 632 | help |