PCI: rockchip: Add Rockchip PCIe controller support
[linux-2.6-block.git] / drivers / pci / host / Kconfig
index 9b485d873b0d336a1fb70a5aae1e3c96e4f26f01..90f5e89854be7187ccc623a7b39ac662bd822a27 100644 (file)
@@ -274,4 +274,15 @@ config PCIE_ARTPEC6
          Say Y here to enable PCIe controller support on Axis ARTPEC-6
          SoCs.  This PCIe controller uses the DesignWare core.
 
+config PCIE_ROCKCHIP
+       bool "Rockchip PCIe controller"
+       depends on ARCH_ROCKCHIP
+       depends on OF
+       depends on PCI_MSI_IRQ_DOMAIN
+       select MFD_SYSCON
+       help
+         Say Y here if you want internal PCI support on Rockchip SoC.
+         There is 1 internal PCIe port available to support GEN2 with
+         4 slots.
+
 endmenu