Kconfig (c52c9acc415eb6ff54f658492f8c53da0fc3528a) Kconfig (ec5499d338ece9db9b7590649d3cfcc4d7f9603d)
1# SPDX-License-Identifier: GPL-2.0
2#
3# USB Host Controller Drivers
4#
5comment "USB Host Controller Drivers"
6
7config USB_C67X00_HCD
8 tristate "Cypress C67x00 HCD support"

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

48 help
49 Say 'Y' to enable the support for the Renesas xHCI controller with
50 firmware. Make sure you have the firmware for the device and
51 installed on your system for this device to work.
52 If unsure, say 'N'.
53
54config USB_XHCI_PLATFORM
55 tristate "Generic xHCI driver for a platform device"
1# SPDX-License-Identifier: GPL-2.0
2#
3# USB Host Controller Drivers
4#
5comment "USB Host Controller Drivers"
6
7config USB_C67X00_HCD
8 tristate "Cypress C67x00 HCD support"

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

48 help
49 Say 'Y' to enable the support for the Renesas xHCI controller with
50 firmware. Make sure you have the firmware for the device and
51 installed on your system for this device to work.
52 If unsure, say 'N'.
53
54config USB_XHCI_PLATFORM
55 tristate "Generic xHCI driver for a platform device"
56 select USB_XHCI_RCAR if ARCH_RENESAS
57 select USB_XHCI_RZV2M if ARCH_R9A09G011
58 help
59 Adds an xHCI host driver for a generic platform device, which
60 provides a memory space and an irq.
61 It is also a prerequisite for platform specific drivers that
62 implement some extra quirks.
63
64 If unsure, say N.
65

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

87 help
88 Say 'Y' to enable the support for the xHCI host controller
89 found in Marvell Armada 375/38x/37xx ARM SOCs.
90
91config USB_XHCI_RCAR
92 tristate "xHCI support for Renesas R-Car SoCs"
93 depends on USB_XHCI_PLATFORM
94 depends on ARCH_RENESAS || COMPILE_TEST
56 help
57 Adds an xHCI host driver for a generic platform device, which
58 provides a memory space and an irq.
59 It is also a prerequisite for platform specific drivers that
60 implement some extra quirks.
61
62 If unsure, say N.
63

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

85 help
86 Say 'Y' to enable the support for the xHCI host controller
87 found in Marvell Armada 375/38x/37xx ARM SOCs.
88
89config USB_XHCI_RCAR
90 tristate "xHCI support for Renesas R-Car SoCs"
91 depends on USB_XHCI_PLATFORM
92 depends on ARCH_RENESAS || COMPILE_TEST
93 default ARCH_RENESAS
95 help
96 Say 'Y' to enable the support for the xHCI host controller
97 found in Renesas R-Car ARM SoCs.
98
99config USB_XHCI_RZV2M
94 help
95 Say 'Y' to enable the support for the xHCI host controller
96 found in Renesas R-Car ARM SoCs.
97
98config USB_XHCI_RZV2M
100 tristate "xHCI support for Renesas RZ/V2M SoC"
101 depends on USB_XHCI_PLATFORM
99 bool "xHCI support for Renesas RZ/V2M SoC"
100 depends on USB_XHCI_RCAR
102 depends on ARCH_R9A09G011 || COMPILE_TEST
101 depends on ARCH_R9A09G011 || COMPILE_TEST
103 select USB_RZV2M_USB3DRD
102 depends on USB_RZV2M_USB3DRD=y || (USB_RZV2M_USB3DRD=USB_XHCI_RCAR)
104 help
105 Say 'Y' to enable the support for the xHCI host controller
106 found in Renesas RZ/V2M SoC.
107
108config USB_XHCI_TEGRA
109 tristate "xHCI support for NVIDIA Tegra SoCs"
110 depends on PHY_TEGRA_XUSB
111 depends on RESET_CONTROLLER

--- 683 unchanged lines hidden ---
103 help
104 Say 'Y' to enable the support for the xHCI host controller
105 found in Renesas RZ/V2M SoC.
106
107config USB_XHCI_TEGRA
108 tristate "xHCI support for NVIDIA Tegra SoCs"
109 depends on PHY_TEGRA_XUSB
110 depends on RESET_CONTROLLER

--- 683 unchanged lines hidden ---