diff options
| author | Phil Edworthy <phil.edworthy@renesas.com> | 2015-11-25 15:30:38 +0000 |
|---|---|---|
| committer | Bjorn Helgaas <bhelgaas@google.com> | 2015-12-08 15:03:14 -0600 |
| commit | 88b8576f17342ba4470bd518e14a3dfa8446db93 (patch) | |
| tree | 68661df7dd31ac48aa93241973e63279db5f4faa | |
| parent | PCI: rcar: Convert to DT resource parsing API (diff) | |
| download | linux-88b8576f17342ba4470bd518e14a3dfa8446db93.tar.gz linux-88b8576f17342ba4470bd518e14a3dfa8446db93.zip | |
Revert "PCI: rcar: Build pcie-rcar.c only on ARM"
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>
| -rw-r--r-- | drivers/pci/host/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index f131ba947dc6..86c2a129a80f 100644 --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig @@ -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. |
