projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49fdbd7
)
PCI: altera: Enable driver on ARM64
author
Ley Foon Tan
<ley.foon.tan@intel.com>
Thu, 28 Feb 2019 10:52:51 +0000
(18:52 +0800)
committer
Lorenzo Pieralisi
<lorenzo.pieralisi@arm.com>
Mon, 4 Mar 2019 12:22:19 +0000
(12:22 +0000)
Enable PCIE_ALTERA on ARM64 platform.
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
drivers/pci/controller/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/pci/controller/Kconfig
b/drivers/pci/controller/Kconfig
index 6671946dbf665134e2f4207cf67a85bec443c05d..6012f3059acd9cef440e95ddca7a7249c8980df4 100644
(file)
--- a/
drivers/pci/controller/Kconfig
+++ b/
drivers/pci/controller/Kconfig
@@
-175,7
+175,7
@@
config PCIE_IPROC_MSI
config PCIE_ALTERA
bool "Altera PCIe controller"
- depends on ARM || NIOS2 || COMPILE_TEST
+ depends on ARM || NIOS2 ||
ARM64 ||
COMPILE_TEST
help
Say Y here if you want to enable PCIe controller support on Altera
FPGA.