projects
/
GitHub
/
moto-9609
/
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:
459a077
)
PCI: generic: Add arm64 support
author
Jayachandran C
<jchandra@broadcom.com>
Tue, 4 Aug 2015 20:53:40 +0000
(
02:23
+0530)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Thu, 20 Aug 2015 17:02:49 +0000
(12:02 -0500)
Make pci-host-generic driver (kernel option PCI_HOST_GENERIC) available on
arm64.
Signed-off-by: Jayachandran C <jchandra@broadcom.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 c132bddc03f380a96a3c0acb5691a44df8fd2fa7..675c2d1ef887ea8c2a420a8b4350c71805ab0eb1 100644
(file)
--- a/
drivers/pci/host/Kconfig
+++ b/
drivers/pci/host/Kconfig
@@
-53,7
+53,7
@@
config PCI_RCAR_GEN2_PCIE
config PCI_HOST_GENERIC
bool "Generic PCI host controller"
- depends on
ARM
&& OF
+ depends on
(ARM || ARM64)
&& OF
help
Say Y here if you want to support a simple generic PCI host
controller, such as the one emulated by kvmtool.