Kconfig (e449cb9afc963cf9cf47139bb873c412605c83e7) | Kconfig (dd26c1a23fd5a607c50738ea0dcb6cdbb8185cfe) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2 3menu "PCI controller drivers" 4 depends on PCI 5 6config PCI_HOST_COMMON 7 tristate 8 select PCI_ECAM --- 229 unchanged lines hidden (view full) --- 238 help 239 Say Y here if you want support for the PCIe host controller found 240 on NVIDIA Tegra SoCs. 241 242config PCIE_RCAR_HOST 243 bool "Renesas R-Car PCIe controller (host mode)" 244 depends on ARCH_RENESAS || COMPILE_TEST 245 depends on PCI_MSI | 1# SPDX-License-Identifier: GPL-2.0 2 3menu "PCI controller drivers" 4 depends on PCI 5 6config PCI_HOST_COMMON 7 tristate 8 select PCI_ECAM --- 229 unchanged lines hidden (view full) --- 238 help 239 Say Y here if you want support for the PCIe host controller found 240 on NVIDIA Tegra SoCs. 241 242config PCIE_RCAR_HOST 243 bool "Renesas R-Car PCIe controller (host mode)" 244 depends on ARCH_RENESAS || COMPILE_TEST 245 depends on PCI_MSI |
246 select IRQ_MSI_LIB |
|
246 help 247 Say Y here if you want PCIe controller support on R-Car SoCs in host 248 mode. 249 250config PCIE_RCAR_EP 251 bool "Renesas R-Car PCIe controller (endpoint mode)" 252 depends on ARCH_RENESAS || COMPILE_TEST 253 depends on PCI_ENDPOINT --- 108 unchanged lines hidden --- | 247 help 248 Say Y here if you want PCIe controller support on R-Car SoCs in host 249 mode. 250 251config PCIE_RCAR_EP 252 bool "Renesas R-Car PCIe controller (endpoint mode)" 253 depends on ARCH_RENESAS || COMPILE_TEST 254 depends on PCI_ENDPOINT --- 108 unchanged lines hidden --- |