diff options
| author | Bjorn Helgaas <bhelgaas@google.com> | 2025-12-03 14:18:41 -0600 |
|---|---|---|
| committer | Bjorn Helgaas <bhelgaas@google.com> | 2025-12-03 14:18:41 -0600 |
| commit | e4f4424f062dd0a497aa5321b61e92f938ff799e (patch) | |
| tree | f917ad28c916ddc3711ec515ba7359ece1d6946a | |
| parent | 368485218c7aba3268978d1cbad4836deef4bdc9 (diff) | |
| parent | d312742f686582e6457070bcfd24bee8acfdf213 (diff) | |
Merge branch 'pci/controller/rcar-gen2'
- Drop ARM dependency so we can build test on other arches (Geert
Uytterhoeven)
* pci/controller/rcar-gen2:
PCI: rcar-gen2: Drop ARM dependency from PCI_RCAR_GEN2
| -rw-r--r-- | drivers/pci/controller/Kconfig | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/pci/controller/Kconfig b/drivers/pci/controller/Kconfig index 1447bad6b7f1..b73b9755763d 100644 --- a/drivers/pci/controller/Kconfig +++ b/drivers/pci/controller/Kconfig @@ -259,12 +259,11 @@ config PCIE_RCAR_EP config PCI_RCAR_GEN2 bool "Renesas R-Car Gen2 Internal PCI controller" - depends on ARCH_RENESAS || COMPILE_TEST - depends on ARM + depends on (ARCH_RENESAS && ARM) || COMPILE_TEST help Say Y here if you want internal PCI support on R-Car Gen2 SoC. - There are 3 internal PCI controllers available with a single - built-in EHCI/OHCI host controller present on each one. + Each internal PCI controller contains a single built-in EHCI/OHCI + host controller. config PCIE_ROCKCHIP bool |
