diff options
author | Manuel Francisco Naranjo <naranjo.manuel@gmail.com> | 2006-08-09 15:35:12 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-09-27 14:58:59 -0400 |
commit | 3fe70ba2272c123cf38e4c577bf220f8bcf25366 (patch) | |
tree | 14a29be4109d2f3c537b954734825916369b981e /drivers/usb/serial/Kconfig | |
parent | 78aef519ed07797f94cff1d0d66dd01704474916 (diff) |
Add AIRcable USB Bluetooth Dongle Driver
Add driver for AIRcable USB Bluetooth dongle.
Signed-off-by: Naranjo, Manuel Francisco <naranjo.manuel@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/Kconfig')
-rw-r--r-- | drivers/usb/serial/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig index f5b9438c94f0..e4df0ac358fb 100644 --- a/drivers/usb/serial/Kconfig +++ b/drivers/usb/serial/Kconfig | |||
@@ -53,6 +53,15 @@ config USB_SERIAL_GENERIC | |||
53 | support" be compiled as a module for this driver to be used | 53 | support" be compiled as a module for this driver to be used |
54 | properly. | 54 | properly. |
55 | 55 | ||
56 | config USB_SERIAL_AIRCABLE | ||
57 | tristate "AIRcable USB Bluetooth Dongle Driver (EXPERIMENTAL)" | ||
58 | depends on USB_SERIAL && EXPERIMENTAL | ||
59 | help | ||
60 | Say Y here if you want to use AIRcable USB Bluetoot Dongle. | ||
61 | |||
62 | To compile this driver as a module, choose M here: the module | ||
63 | will be called aircable. | ||
64 | |||
56 | config USB_SERIAL_AIRPRIME | 65 | config USB_SERIAL_AIRPRIME |
57 | tristate "USB AirPrime CDMA Wireless Driver" | 66 | tristate "USB AirPrime CDMA Wireless Driver" |
58 | depends on USB_SERIAL | 67 | depends on USB_SERIAL |
@@ -526,5 +535,6 @@ config USB_EZUSB | |||
526 | depends on USB_SERIAL_KEYSPAN_PDA || USB_SERIAL_XIRCOM || USB_SERIAL_KEYSPAN || USB_SERIAL_WHITEHEAT | 535 | depends on USB_SERIAL_KEYSPAN_PDA || USB_SERIAL_XIRCOM || USB_SERIAL_KEYSPAN || USB_SERIAL_WHITEHEAT |
527 | default y | 536 | default y |
528 | 537 | ||
538 | |||
529 | endmenu | 539 | endmenu |
530 | 540 | ||