pci: pci_mvebu: Add DM_PCI support and move CONFIG_PCI_MVEBU to defconfig
[platform/kernel/u-boot.git] / drivers / pci / Kconfig
index f59803d..1521885 100644 (file)
@@ -112,4 +112,13 @@ config PCIE_INTEL_FPGA
          Say Y here if you want to enable PCIe controller support on Intel
          FPGA, example Stratix 10.
 
+config PCI_MVEBU
+       bool "Enable Armada XP/38x PCIe driver"
+       depends on ARCH_MVEBU
+       select DM_PCI
+       select MISC
+       help
+         Say Y here if you want to enable PCIe controller support on
+         Armada XP/38x SoCs.
+
 endif