diff options
author | Alain Degreffe <info@ecze.com> | 2007-10-26 07:51:49 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-02-01 17:34:47 -0500 |
commit | 60a8fc017103325db4b56e4f175f060a6aaac147 (patch) | |
tree | f3ded94b313365c6d3483532ac770f8e0184ead3 /drivers/usb/serial/Kconfig | |
parent | c74e809565b27085519c723a949761cea7badb4b (diff) |
USB: add iuu_phoenix driver
Signed-off-by: Alain Degreffe <eczema@ecze.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Oliver Neukum <oliver@neukum.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/Kconfig')
-rw-r--r-- | drivers/usb/serial/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig index 4a86696e6c7d..e2d1d928a1e4 100644 --- a/drivers/usb/serial/Kconfig +++ b/drivers/usb/serial/Kconfig | |||
@@ -282,6 +282,17 @@ config USB_SERIAL_IPW | |||
282 | To compile this driver as a module, choose M here: the | 282 | To compile this driver as a module, choose M here: the |
283 | module will be called ipw. | 283 | module will be called ipw. |
284 | 284 | ||
285 | config USB_SERIAL_IUU | ||
286 | tristate "USB Infinity USB Unlimited Phoenix Driver (Experimental)" | ||
287 | depends on USB_SERIAL && EXPERIMENTAL | ||
288 | help | ||
289 | Say Y here if you want to use a IUU in phoenix mode and get | ||
290 | an extra ttyUSBx device. More information available on | ||
291 | http://eczema.ecze.com/iuu_phoenix.html | ||
292 | |||
293 | To compile this driver as a module, choose M here: the | ||
294 | module will be called iuu_phoenix.o | ||
295 | |||
285 | config USB_SERIAL_KEYSPAN_PDA | 296 | config USB_SERIAL_KEYSPAN_PDA |
286 | tristate "USB Keyspan PDA Single Port Serial Driver" | 297 | tristate "USB Keyspan PDA Single Port Serial Driver" |
287 | depends on USB_SERIAL | 298 | depends on USB_SERIAL |