Message ID | 20211108192432.1589507-2-f.fainelli@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 1d987052e32f3554e84a296c4494551bc60f3877 |
Headers | show |
Series | Enable PCIE_BRCMSTB on MIPS | expand |
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 86510741d49d..daf2ab671b62 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -292,6 +292,8 @@ config BMIPS_GENERIC select USB_OHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN select HARDIRQS_SW_RESEND + select HAVE_PCI + select PCI_DRIVERS_GENERIC help Build a generic DT-based kernel image that boots on select BCM33xx cable modem chips, BCM63xx DSL chips, and BCM7xxx set-top
Enable HAVE_PCI and PCI_DRIVERS_GENERIC so we can build PCIE_BRCMSTB which is the PCIe host bridge driver for this platform. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> --- arch/mips/Kconfig | 2 ++ 1 file changed, 2 insertions(+)