blob: d100f54ed65066078e717f4c3c6fe2a5d0bb29c8 [file] [log] [blame]
Greg Kroah-Hartman2f86c3e2008-09-17 16:34:11 +01001#
2# UWB device configuration
3#
4
5menuconfig UWB
David Vrabel6a7c3e42008-09-17 16:34:43 +01006 tristate "Ultra Wideband devices (EXPERIMENTAL)"
7 depends on EXPERIMENTAL
Greg Kroah-Hartman2f86c3e2008-09-17 16:34:11 +01008 depends on PCI
9 default n
10 help
11 UWB is a high-bandwidth, low-power, point-to-point radio
12 technology using a wide spectrum (3.1-10.6GHz). It is
13 optimized for in-room use (480Mbps at 2 meters, 110Mbps at
14 10m). It serves as the transport layer for other protocols,
David Vrabel446396b2010-10-25 13:57:32 +010015 such as Wireless USB (WUSB).
Greg Kroah-Hartman2f86c3e2008-09-17 16:34:11 +010016
17 The topology is peer to peer; however, higher level
18 protocols (such as WUSB) might impose a master/slave
19 relationship.
20
21 Say Y here if your computer has UWB radio controllers (USB or PCI)
22 based. You will need to enable the radio controllers
23 below. It is ok to select all of them, no harm done.
24
25 For more help check the UWB and WUSB related files in
26 <file:Documentation/usb/>.
27
28 To compile the UWB stack as a module, choose M here.
Inaky Perez-Gonzalezb6e06982008-09-17 16:34:14 +010029
30if UWB
31
Inaky Perez-Gonzalezde520b82008-09-17 16:34:15 +010032config 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
Inaky Perez-Gonzalezb6e06982008-09-17 16:34:14 +010044config UWB_WHCI
45 tristate "UWB Radio Control driver for WHCI-compliant cards"
46 depends on PCI
47 help
48 This driver enables the radio controller for WHCI cards.
49
Matt LaPlante692105b2009-01-26 11:12:25 +010050 WHCI is a specification developed by Intel
Inaky Perez-Gonzalezb6e06982008-09-17 16:34:14 +010051 (http://www.intel.com/technology/comms/wusb/whci.htm) much
52 in the spirit of USB's EHCI, but for UWB and Wireless USB
Matt LaPlante692105b2009-01-26 11:12:25 +010053 radio/host controllers connected via memory mapping (eg:
Inaky Perez-Gonzalezb6e06982008-09-17 16:34:14 +010054 PCI). Most of these cards come also with a Wireless USB host
55 controller.
56
57 To compile this driver select Y (built in) or M (module). It
58 is safe to select any even if you do not have the hardware.
59
Inaky Perez-Gonzalez1ba47da2008-09-17 16:34:20 +010060config UWB_I1480U
61 tristate "Support for Intel Wireless UWB Link 1480 HWA"
62 depends on UWB_HWA
63 select FW_LOADER
64 help
65 This driver enables support for the i1480 when connected via
66 USB. It consists of a firmware uploader that will enable it
67 to behave as an HWA device.
68
69 To compile this driver select Y (built in) or M (module). It
70 is safe to select any even if you do not have the hardware.
71
Inaky Perez-Gonzalezb6e06982008-09-17 16:34:14 +010072endif # UWB