1# SPDX-License-Identifier: GPL-2.0
2
3config USB_WHCI_HCD
4	tristate "Wireless USB Host Controller Interface (WHCI) driver"
5	depends on USB_PCI && USB && UWB
6	select USB_WUSB
7	select UWB_WHCI
8	help
9	  A driver for PCI-based Wireless USB Host Controllers that are
10	  compliant with the WHCI specification.
11
12	  To compile this driver a module, choose M here: the module
13	  will be called "whci-hcd".
14
15config USB_HWA_HCD
16	tristate "Host Wire Adapter (HWA) driver"
17	depends on USB && UWB
18	select USB_WUSB
19	select UWB_HWA
20	help
21	  This driver enables you to connect Wireless USB devices to
22	  your system using a Host Wire Adaptor USB dongle. This is an
23	  UWB Radio Controller and WUSB Host Controller connected to
24	  your machine via USB (specified in WUSB1.0).
25
26	  To compile this driver a module, choose M here: the module
27	  will be called "hwa-hc".
28
29