Kconfig (c0ca9bc508c1d8d612863c2481f28168e517da7d) Kconfig (36f8ecbf717e343393643fe2302a1dfee14e780d)
1#
2# USB Host Controller Drivers
3#
4comment "USB Host Controller Drivers"
5 depends on USB
6
7config USB_C67X00_HCD
8 tristate "Cypress C67x00 HCD support"

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

541 to use it as a host controller. If unsure, say N.
542
543 To compile this driver as a module, choose M here: the
544 module will be called renesas-usbhs.
545
546config USB_WHCI_HCD
547 tristate "Wireless USB Host Controller Interface (WHCI) driver (EXPERIMENTAL)"
548 depends on EXPERIMENTAL
1#
2# USB Host Controller Drivers
3#
4comment "USB Host Controller Drivers"
5 depends on USB
6
7config USB_C67X00_HCD
8 tristate "Cypress C67x00 HCD support"

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

541 to use it as a host controller. If unsure, say N.
542
543 To compile this driver as a module, choose M here: the
544 module will be called renesas-usbhs.
545
546config USB_WHCI_HCD
547 tristate "Wireless USB Host Controller Interface (WHCI) driver (EXPERIMENTAL)"
548 depends on EXPERIMENTAL
549 depends on PCI && USB
549 depends on PCI && USB && UWB
550 select USB_WUSB
551 select UWB_WHCI
552 help
553 A driver for PCI-based Wireless USB Host Controllers that are
554 compliant with the WHCI specification.
555
556 To compile this driver a module, choose M here: the module
557 will be called "whci-hcd".
558
559config USB_HWA_HCD
560 tristate "Host Wire Adapter (HWA) driver (EXPERIMENTAL)"
561 depends on EXPERIMENTAL
550 select USB_WUSB
551 select UWB_WHCI
552 help
553 A driver for PCI-based Wireless USB Host Controllers that are
554 compliant with the WHCI specification.
555
556 To compile this driver a module, choose M here: the module
557 will be called "whci-hcd".
558
559config USB_HWA_HCD
560 tristate "Host Wire Adapter (HWA) driver (EXPERIMENTAL)"
561 depends on EXPERIMENTAL
562 depends on USB
562 depends on USB && UWB
563 select USB_WUSB
564 select UWB_HWA
565 help
566 This driver enables you to connect Wireless USB devices to
567 your system using a Host Wire Adaptor USB dongle. This is an
568 UWB Radio Controller and WUSB Host Controller connected to
569 your machine via USB (specified in WUSB1.0).
570

--- 45 unchanged lines hidden ---
563 select USB_WUSB
564 select UWB_HWA
565 help
566 This driver enables you to connect Wireless USB devices to
567 your system using a Host Wire Adaptor USB dongle. This is an
568 UWB Radio Controller and WUSB Host Controller connected to
569 your machine via USB (specified in WUSB1.0).
570

--- 45 unchanged lines hidden ---