pci: Add Rockchip PCIe controller driver
[oweals/u-boot.git] / drivers / pci / Kconfig
index 6fc26884e24bfe36502d2eaa6a227e77599b0747..6d8c22aacf25937fee18acb115c4f6ae4a5591a2 100644 (file)
@@ -197,4 +197,12 @@ config PCIE_MEDIATEK
          Say Y here if you want to enable Gen2 PCIe controller,
          which could be found on MT7623 SoC family.
 
+config PCIE_ROCKCHIP
+       bool "Enable Rockchip PCIe driver"
+       select DM_PCI
+       default y if ROCKCHIP_RK3399
+       help
+         Say Y here if you want to enable PCIe controller support on
+         Rockchip SoCs.
+
 endif