Skip to content

Commit e4f4424

Browse files
committed
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
2 parents 3684852 + d312742 commit e4f4424

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

drivers/pci/controller/Kconfig

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,12 +259,11 @@ config PCIE_RCAR_EP
259259

260260
config PCI_RCAR_GEN2
261261
bool "Renesas R-Car Gen2 Internal PCI controller"
262-
depends on ARCH_RENESAS || COMPILE_TEST
263-
depends on ARM
262+
depends on (ARCH_RENESAS && ARM) || COMPILE_TEST
264263
help
265264
Say Y here if you want internal PCI support on R-Car Gen2 SoC.
266-
There are 3 internal PCI controllers available with a single
267-
built-in EHCI/OHCI host controller present on each one.
265+
Each internal PCI controller contains a single built-in EHCI/OHCI
266+
host controller.
268267

269268
config PCIE_ROCKCHIP
270269
bool

0 commit comments

Comments
 (0)