diff options
author | Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> | 2008-09-17 11:34:15 -0400 |
---|---|---|
committer | David Vrabel <dv02@dv02pc01.europe.root.pri> | 2008-09-17 11:54:26 -0400 |
commit | de520b8bd5525d33e6a6f36b297836125736bd2a (patch) | |
tree | b852d4fe2d38f3ec4c481ac49029b7b105eed7d4 /drivers/uwb/Kconfig | |
parent | b6e069830c5927fd4d5fce67cb6440fddd10d429 (diff) |
uwb: add HWA radio controller driver
Add a driver for USB-connected UWB radio controllers (HWAs).
Signed-off-by: David Vrabel <david.vrabel@csr.com>
Diffstat (limited to 'drivers/uwb/Kconfig')
-rw-r--r-- | drivers/uwb/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/uwb/Kconfig b/drivers/uwb/Kconfig index c0eb973111ef..a442f39f354c 100644 --- a/drivers/uwb/Kconfig +++ b/drivers/uwb/Kconfig | |||
@@ -29,6 +29,18 @@ menuconfig UWB | |||
29 | 29 | ||
30 | if UWB | 30 | if UWB |
31 | 31 | ||
32 | config UWB_HWA | ||
33 | tristate "UWB Radio Control driver for WUSB-compliant USB dongles (HWA)" | ||
34 | depends on USB | ||
35 | help | ||
36 | This driver enables the radio controller for HWA USB | ||
37 | devices. HWA stands for Host Wire Adapter, and it is a UWB | ||
38 | Radio Controller connected to your system via USB. Most of | ||
39 | them come with a Wireless USB host controller also. | ||
40 | |||
41 | To compile this driver select Y (built in) or M (module). It | ||
42 | is safe to select any even if you do not have the hardware. | ||
43 | |||
32 | config UWB_WHCI | 44 | config UWB_WHCI |
33 | tristate "UWB Radio Control driver for WHCI-compliant cards" | 45 | tristate "UWB Radio Control driver for WHCI-compliant cards" |
34 | depends on PCI | 46 | depends on PCI |