Kconfig (3ad3ca056eefb75a587434bbcb2460864377f17c) Kconfig (0fcb99898633e5def627833613cf262fe7f30ac4)
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

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

20 depends on USB_ARCH_HAS_XHCI
21 ---help---
22 The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0
23 "SuperSpeed" host controller hardware.
24
25 To compile this driver as a module, choose M here: the
26 module will be called xhci-hcd.
27
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

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

20 depends on USB_ARCH_HAS_XHCI
21 ---help---
22 The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0
23 "SuperSpeed" host controller hardware.
24
25 To compile this driver as a module, choose M here: the
26 module will be called xhci-hcd.
27
28if USB_XHCI_HCD
29
28config USB_XHCI_PLATFORM
29 tristate
30config USB_XHCI_PLATFORM
31 tristate
30 depends on USB_XHCI_HCD
31
32config USB_XHCI_HCD_DEBUGGING
33 bool "Debugging for the xHCI host controller"
32
33config USB_XHCI_HCD_DEBUGGING
34 bool "Debugging for the xHCI host controller"
34 depends on USB_XHCI_HCD
35 ---help---
36 Say 'Y' to turn on debugging for the xHCI host controller driver.
37 This will spew debugging output, even in interrupt context.
38 This should only be used for debugging xHCI driver bugs.
39
40 If unsure, say N.
41
35 ---help---
36 Say 'Y' to turn on debugging for the xHCI host controller driver.
37 This will spew debugging output, even in interrupt context.
38 This should only be used for debugging xHCI driver bugs.
39
40 If unsure, say N.
41
42endif # USB_XHCI_HCD
43
42config USB_EHCI_HCD
43 tristate "EHCI HCD (USB 2.0) support"
44 depends on USB_ARCH_HAS_EHCI
45 ---help---
46 The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0
47 "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware.
48 If your USB host controller supports USB 2.0, you will likely want to
49 configure this Host Controller Driver.

--- 657 unchanged lines hidden ---
44config USB_EHCI_HCD
45 tristate "EHCI HCD (USB 2.0) support"
46 depends on USB_ARCH_HAS_EHCI
47 ---help---
48 The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0
49 "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware.
50 If your USB host controller supports USB 2.0, you will likely want to
51 configure this Host Controller Driver.

--- 657 unchanged lines hidden ---