Kconfig (d115837259ada33cb66e8fedc365d58d2cc8df38) Kconfig (cbb671992b7a9c8467917f4a1eba9784650703e6)
1#
2# USB Host Controller Drivers
3#
4comment "USB Host Controller Drivers"
5
6config USB_C67X00_HCD
7 tristate "Cypress C67x00 HCD support"
8 help

--- 695 unchanged lines hidden (view full) ---

704 A driver for PCI-based Wireless USB Host Controllers that are
705 compliant with the WHCI specification.
706
707 To compile this driver a module, choose M here: the module
708 will be called "whci-hcd".
709
710config USB_HWA_HCD
711 tristate "Host Wire Adapter (HWA) driver"
1#
2# USB Host Controller Drivers
3#
4comment "USB Host Controller Drivers"
5
6config USB_C67X00_HCD
7 tristate "Cypress C67x00 HCD support"
8 help

--- 695 unchanged lines hidden (view full) ---

704 A driver for PCI-based Wireless USB Host Controllers that are
705 compliant with the WHCI specification.
706
707 To compile this driver a module, choose M here: the module
708 will be called "whci-hcd".
709
710config USB_HWA_HCD
711 tristate "Host Wire Adapter (HWA) driver"
712 depends on UWB
712 depends on USB && UWB
713 select USB_WUSB
714 select UWB_HWA
715 help
716 This driver enables you to connect Wireless USB devices to
717 your system using a Host Wire Adaptor USB dongle. This is an
718 UWB Radio Controller and WUSB Host Controller connected to
719 your machine via USB (specified in WUSB1.0).
720

--- 67 unchanged lines hidden ---
713 select USB_WUSB
714 select UWB_HWA
715 help
716 This driver enables you to connect Wireless USB devices to
717 your system using a Host Wire Adaptor USB dongle. This is an
718 UWB Radio Controller and WUSB Host Controller connected to
719 your machine via USB (specified in WUSB1.0).
720

--- 67 unchanged lines hidden ---