aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/uwb/Kconfig
diff options
context:
space:
mode:
authorInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>2008-09-17 11:34:14 -0400
committerDavid Vrabel <dv02@dv02pc01.europe.root.pri>2008-09-17 11:54:26 -0400
commitb6e069830c5927fd4d5fce67cb6440fddd10d429 (patch)
tree327e353297abb1a78edae7ded970c293b1a84d8d /drivers/uwb/Kconfig
parent8f1b678ab900c2bda1620dfb6e1f1f02604fc3a2 (diff)
uwb: add whc-rc radio control driver
Add the driver for WHCI radio controllers. Signed-off-by: David Vrabel <david.vrabel@csr.com>
Diffstat (limited to 'drivers/uwb/Kconfig')
-rw-r--r--drivers/uwb/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/drivers/uwb/Kconfig b/drivers/uwb/Kconfig
index 3f01a69daf8..c0eb973111e 100644
--- a/drivers/uwb/Kconfig
+++ b/drivers/uwb/Kconfig
@@ -26,3 +26,23 @@ menuconfig UWB
26 <file:Documentation/usb/>. 26 <file:Documentation/usb/>.
27 27
28 To compile the UWB stack as a module, choose M here. 28 To compile the UWB stack as a module, choose M here.
29
30if UWB
31
32config UWB_WHCI
33 tristate "UWB Radio Control driver for WHCI-compliant cards"
34 depends on PCI
35 help
36 This driver enables the radio controller for WHCI cards.
37
38 WHCI is an specification developed by Intel
39 (http://www.intel.com/technology/comms/wusb/whci.htm) much
40 in the spirit of USB's EHCI, but for UWB and Wireless USB
41 radio/host controllers connected via memmory mapping (eg:
42 PCI). Most of these cards come also with a Wireless USB host
43 controller.
44
45 To compile this driver select Y (built in) or M (module). It
46 is safe to select any even if you do not have the hardware.
47
48endif # UWB