2 # UWB device configuration
6 tristate "Ultra Wideband devices (EXPERIMENTAL)"
7 depends on EXPERIMENTAL
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,
15 such as Wireless USB (WUSB), IP (WLP) and upcoming
18 The topology is peer to peer; however, higher level
19 protocols (such as WUSB) might impose a master/slave
22 Say Y here if your computer has UWB radio controllers (USB or PCI)
23 based. You will need to enable the radio controllers
24 below. It is ok to select all of them, no harm done.
26 For more help check the UWB and WUSB related files in
27 <file:Documentation/usb/>.
29 To compile the UWB stack as a module, choose M here.
34 tristate "UWB Radio Control driver for WUSB-compliant USB dongles (HWA)"
37 This driver enables the radio controller for HWA USB
38 devices. HWA stands for Host Wire Adapter, and it is a UWB
39 Radio Controller connected to your system via USB. Most of
40 them come with a Wireless USB host controller also.
42 To compile this driver select Y (built in) or M (module). It
43 is safe to select any even if you do not have the hardware.
46 tristate "UWB Radio Control driver for WHCI-compliant cards"
49 This driver enables the radio controller for WHCI cards.
51 WHCI is a specification developed by Intel
52 (http://www.intel.com/technology/comms/wusb/whci.htm) much
53 in the spirit of USB's EHCI, but for UWB and Wireless USB
54 radio/host controllers connected via memory mapping (eg:
55 PCI). Most of these cards come also with a Wireless USB host
58 To compile this driver select Y (built in) or M (module). It
59 is safe to select any even if you do not have the hardware.
62 tristate "Support WiMedia Link Protocol (Ethernet/IP over UWB)"
65 This is a common library for drivers that implement
69 tristate "Support for Intel Wireless UWB Link 1480 HWA"
73 This driver enables support for the i1480 when connected via
74 USB. It consists of a firmware uploader that will enable it
75 to behave as an HWA device.
77 To compile this driver select Y (built in) or M (module). It
78 is safe to select any even if you do not have the hardware.
81 tristate "Support for Intel Wireless UWB Link 1480 HWA's WLP interface"
82 depends on UWB_I1480U && UWB_WLP && NET
84 This driver enables WLP support for the i1480 when connected via
85 USB. WLP is the WiMedia Link Protocol, or IP over UWB.
87 To compile this driver select Y (built in) or M (module). It
88 is safe to select any even if you don't have the hardware.