diff options
author | Vijay Kumar <vijaykumar@zilogic.com> | 2010-03-10 21:17:56 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-20 13:21:32 -0700 |
commit | 2a1e7d5d54c1c046c1fe47dffd119b45087c6de6 (patch) | |
tree | b5403ab19693337c9838e2b92b05224c8223948e /drivers/usb/serial/Kconfig | |
parent | 92d2c5e4badc622999d3b17e6dfbf6babacb52f6 (diff) | |
download | op-kernel-dev-2a1e7d5d54c1c046c1fe47dffd119b45087c6de6.zip op-kernel-dev-2a1e7d5d54c1c046c1fe47dffd119b45087c6de6.tar.gz |
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 a0ecb42..5f777c2 100644 --- a/drivers/usb/serial/Kconfig +++ b/drivers/usb/serial/Kconfig @@ -619,6 +619,14 @@ config USB_SERIAL_VIVOPAY_SERIAL To compile this driver as a module, choose M here: the module will be called vivopay-serial. +config USB_SERIAL_ZIO + tristate "ZIO Motherboard USB serial interface driver" + help + Say Y here if you want to use ZIO Motherboard. + + To compile this driver as a module, choose M here: the + module will be called zio. + config USB_SERIAL_DEBUG tristate "USB Debugging Device" help |