summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/Kconfig
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2006-03-18 02:40:08 +0100
committerGreg Kroah-Hartman2006-03-20 23:50:03 +0100
commite9a66c64bb7033cb0180d419b2008acf7a141adc (patch)
treef5adde064f836c753ec4ae471540dbf539c22802 /drivers/usb/serial/Kconfig
parent[PATCH] USB: Fix irda-usb use after use (diff)
downloadkernel-qcow2-linux-e9a66c64bb7033cb0180d419b2008acf7a141adc.tar.gz
kernel-qcow2-linux-e9a66c64bb7033cb0180d419b2008acf7a141adc.tar.xz
kernel-qcow2-linux-e9a66c64bb7033cb0180d419b2008acf7a141adc.zip
[PATCH] USB serial: add navman driver
Thanks to Warren Lewis <wlewis@scn.org> for the information needed to write the driver and for testing it out. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/Kconfig')
-rw-r--r--drivers/usb/serial/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig
index be5dc80836c3..5a8a2c91c2b2 100644
--- a/drivers/usb/serial/Kconfig
+++ b/drivers/usb/serial/Kconfig
@@ -403,6 +403,13 @@ config USB_SERIAL_MCT_U232
To compile this driver as a module, choose M here: the
module will be called mct_u232.
+config USB_SERIAL_NAVMAN
+ tristate "USB Navman GPS device"
+ depends on USB_SERIAL
+ help
+ To compile this driver as a module, choose M here: the
+ module will be called navman.
+
config USB_SERIAL_PL2303
tristate "USB Prolific 2303 Single Port Serial Driver"
depends on USB_SERIAL