PCI: altera: Add Altera PCIe host controller driver
[firefly-linux-kernel-4.4.55.git] / drivers / pci / host / Kconfig
index d5e58bae95cf2dbfa74a49ddce1a51dee6e98e9d..f48e6d004425ecac83456ad7f1c19449668758f3 100644 (file)
@@ -145,4 +145,13 @@ config PCIE_IPROC_BCMA
          Say Y here if you want to use the Broadcom iProc PCIe controller
          through the BCMA bus interface
 
+config PCIE_ALTERA
+       bool "Altera PCIe controller"
+       depends on ARM || NIOS2
+       depends on OF_PCI
+       select PCI_DOMAINS
+       help
+         Say Y here if you want to enable PCIe controller support on Altera
+         FPGA.
+
 endmenu