diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2006-04-13 17:09:52 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-04-14 20:12:27 +0200 |
commit | f9814802dfec8feaf51ba873d7eac1a05ee65842 (patch) | |
tree | 9ba25867295387087213661bae6434afabe025bb /drivers/usb/serial/Kconfig | |
parent | [PATCH] USB: remove __init from usb_console_setup (diff) | |
download | linux-f9814802dfec8feaf51ba873d7eac1a05ee65842.tar.xz linux-f9814802dfec8feaf51ba873d7eac1a05ee65842.zip |
[PATCH] USB: add driver for funsoft usb serial device
Cc: David Clare <david@funsoft.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 5a8a2c91c2b2..f96b73f54bf1 100644 --- a/drivers/usb/serial/Kconfig +++ b/drivers/usb/serial/Kconfig @@ -158,6 +158,15 @@ config USB_SERIAL_FTDI_SIO To compile this driver as a module, choose M here: the module will be called ftdi_sio. +config USB_SERIAL_FUNSOFT + tristate "USB Fundamental Software Dongle Driver" + depends on USB_SERIAL + ---help--- + Say Y here if you want to use the Fundamental Software dongle. + + To compile this driver as a module, choose M here: the + module will be called funsoft. + config USB_SERIAL_VISOR tristate "USB Handspring Visor / Palm m50x / Sony Clie Driver" depends on USB_SERIAL |