diff mbox series

[v4,2/3] PCI: altera: Enable driver on ARM64

Message ID 1550157638-25112-3-git-send-email-ley.foon.tan@intel.com
State Superseded
Delegated to: Lorenzo Pieralisi
Headers show
Series Add Stratix 10 PCIe Root Port support | expand

Commit Message

Ley Foon Tan Feb. 14, 2019, 3:20 p.m. UTC
Enable PCIE_ALTERA on ARM64 platform.

Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
---
 drivers/pci/controller/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox series

Patch

diff --git a/drivers/pci/controller/Kconfig b/drivers/pci/controller/Kconfig
index 6671946..6012f30 100644
--- 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.