projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d2917d
)
Revert "PCI: rcar: Build pcie-rcar.c only on ARM"
author
Phil Edworthy
<phil.edworthy@renesas.com>
Wed, 25 Nov 2015 15:30:38 +0000
(15:30 +0000)
committer
Bjorn 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/pci/host/Kconfig
b/drivers/pci/host/Kconfig
index f131ba947dc6fe47941b09b0e6d1d35f2a53c255..86c2a129a80f6206d8c4a86fb55111c457f7dd3e 100644
(file)
--- 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.