Commit e4f4424f authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

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
parents 36848521 d312742f
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -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