pci: Add PCIe driver for Rockchip Soc
[firefly-linux-kernel-4.4.55.git] / drivers / pci / host / Kconfig
index c0ad9aaa16a75a815cb4fc605a270dbcadb07198..30f7756be9e440a5131f44d26a652748a45cd405 100644 (file)
@@ -173,4 +173,16 @@ config PCI_HISI
        help
          Say Y here if you want PCIe controller support on HiSilicon HIP05 SoC
 
+config PCIE_ROCKCHIP
+       bool "Rockchip PCIe controller"
+       depends on ARM64 && ARCH_ROCKCHIP
+       depends on OF
+       select MFD_SYSCON
+       select PCI_MSI
+       select PCI_MSI_IRQ_DOMAIN
+       help
+         Say Y here if you want internal PCI support on Rockchip SoC.
+         There are 1 internal PCIe port available to support GEN2 with
+         4 slots.
+
 endmenu