pci: mediatek: add PCIe controller support for MT7623
[oweals/u-boot.git] / drivers / pci / Kconfig
index bdfc0c17963ffdfe7021b7690dc6809899b075c9..19e7b50046a841011335788a6f9360f365a8e72d 100644 (file)
@@ -151,4 +151,12 @@ config PCI_KEYSTONE
        help
          Say Y here if you want to enable PCI controller support on AM654 SoC.
 
+config PCIE_MEDIATEK
+       bool "MediaTek PCIe Gen2 controller"
+       depends on DM_PCI
+       depends on ARCH_MEDIATEK
+       help
+         Say Y here if you want to enable Gen2 PCIe controller,
+         which could be found on MT7623 SoC family.
+
 endif