PCI: brcmstb: Add MSI support
[platform/kernel/linux-rpi.git] / drivers / pci / controller / Kconfig
index 70e0782..b83d318 100644 (file)
@@ -281,6 +281,15 @@ config VMD
          To compile this driver as a module, choose M here: the
          module will be called vmd.
 
+config PCIE_BRCMSTB
+       tristate "Broadcom Brcmstb PCIe host controller"
+       depends on ARCH_BCM2835 || COMPILE_TEST
+       depends on OF
+       depends on PCI_MSI_IRQ_DOMAIN
+       help
+         Say Y here to enable PCIe host controller support for
+         Broadcom STB based SoCs, like the Raspberry Pi 4.
+
 config PCI_HYPERV_INTERFACE
        tristate "Hyper-V PCI Interface"
        depends on X86 && HYPERV && PCI_MSI && PCI_MSI_IRQ_DOMAIN && X86_64