]> git.karo-electronics.de Git - linux-beck.git/commitdiff
Revert "PCI: rcar: Build pcie-rcar.c only on ARM"
authorPhil Edworthy <phil.edworthy@renesas.com>
Wed, 25 Nov 2015 15:30:38 +0000 (15:30 +0000)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 8 Dec 2015 21:03:14 +0000 (15:03 -0600)
Now that we can build on arm64, revert commit 7c537c67d2e4
("PCI: rcar: Build pcie-rcar.c only on ARM").

Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/Kconfig

index f131ba947dc6fe47941b09b0e6d1d35f2a53c255..86c2a129a80f6206d8c4a86fb55111c457f7dd3e 100644 (file)
@@ -48,8 +48,7 @@ config PCI_RCAR_GEN2
 
 config PCI_RCAR_GEN2_PCIE
        bool "Renesas R-Car PCIe controller"
-       depends on ARM
-       depends on ARCH_SHMOBILE || COMPILE_TEST
+       depends on ARCH_SHMOBILE || (ARM && COMPILE_TEST)
        help
          Say Y here if you want PCIe controller support on R-Car Gen2 SoCs.