Kconfig 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #
  2. # UWB device configuration
  3. #
  4. menuconfig UWB
  5. tristate "Ultra Wide Band devices"
  6. depends on PCI
  7. default n
  8. help
  9. UWB is a high-bandwidth, low-power, point-to-point radio
  10. technology using a wide spectrum (3.1-10.6GHz). It is
  11. optimized for in-room use (480Mbps at 2 meters, 110Mbps at
  12. 10m). It serves as the transport layer for other protocols,
  13. such as Wireless USB (WUSB), IP (WLP) and upcoming
  14. Bluetooth and 1394
  15. The topology is peer to peer; however, higher level
  16. protocols (such as WUSB) might impose a master/slave
  17. relationship.
  18. Say Y here if your computer has UWB radio controllers (USB or PCI)
  19. based. You will need to enable the radio controllers
  20. below. It is ok to select all of them, no harm done.
  21. For more help check the UWB and WUSB related files in
  22. <file:Documentation/usb/>.
  23. To compile the UWB stack as a module, choose M here.
  24. if UWB
  25. config UWB_WHCI
  26. tristate "UWB Radio Control driver for WHCI-compliant cards"
  27. depends on PCI
  28. help
  29. This driver enables the radio controller for WHCI cards.
  30. WHCI is an specification developed by Intel
  31. (http://www.intel.com/technology/comms/wusb/whci.htm) much
  32. in the spirit of USB's EHCI, but for UWB and Wireless USB
  33. radio/host controllers connected via memmory mapping (eg:
  34. PCI). Most of these cards come also with a Wireless USB host
  35. controller.
  36. To compile this driver select Y (built in) or M (module). It
  37. is safe to select any even if you do not have the hardware.
  38. endif # UWB