PCI: Add driver for a 'pci-host-ecam-generic' host controller
[oweals/u-boot.git] / drivers / pci / Kconfig
index 8af2470268375d4b63f2e093848d08ec1b9f84f7..58f128d8a62c5a1e18101d01fc5ea3bb2ed241fe 100644 (file)
@@ -33,6 +33,14 @@ config PCI_PNP
        help
          Enable PCI memory and I/O space resource allocation and assignment.
 
+config PCIE_ECAM_GENERIC
+       bool "Generic ECAM-based PCI host controller support"
+       default n
+       depends on DM_PCI
+       help
+         Say Y here if you want to enable support for generic ECAM-based
+         PCIe host controllers, such as the one emulated by QEMU.
+
 config PCIE_DW_MVEBU
        bool "Enable Armada-8K PCIe driver (DesignWare core)"
        depends on DM_PCI