Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116873
b: refs/heads/master
c: b6e0698
h: refs/heads/master
i:
  116871: 5adbe96
v: v3
  • Loading branch information
Inaky Perez-Gonzalez authored and David Vrabel committed Sep 17, 2008
1 parent d5cdcb7 commit bab9193
Show file tree
Hide file tree
Showing 4 changed files with 550 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8f1b678ab900c2bda1620dfb6e1f1f02604fc3a2
refs/heads/master: b6e069830c5927fd4d5fce67cb6440fddd10d429
20 changes: 20 additions & 0 deletions trunk/drivers/uwb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,23 @@ menuconfig UWB
<file:Documentation/usb/>.

To compile the UWB stack as a module, choose M here.

if UWB

config UWB_WHCI
tristate "UWB Radio Control driver for WHCI-compliant cards"
depends on PCI
help
This driver enables the radio controller for WHCI cards.

WHCI is an specification developed by Intel
(http://www.intel.com/technology/comms/wusb/whci.htm) much
in the spirit of USB's EHCI, but for UWB and Wireless USB
radio/host controllers connected via memmory mapping (eg:
PCI). Most of these cards come also with a Wireless USB host
controller.

To compile this driver select Y (built in) or M (module). It
is safe to select any even if you do not have the hardware.

endif # UWB
2 changes: 1 addition & 1 deletion trunk/drivers/uwb/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
obj-$(CONFIG_UWB) += uwb.o
obj-$(CONFIG_UWB_WHCI) += umc.o whci.o
obj-$(CONFIG_UWB_WHCI) += umc.o whci.o whc-rc.o

uwb-objs := \
address.o \
Expand Down
Loading

0 comments on commit bab9193

Please sign in to comment.