Skip to content

Commit 1d98705

Browse files
ffainellitsbogend
authored andcommitted
MIPS: BMIPS: Enable PCI Kconfig
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 <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent bdbf203 commit 1d98705

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/mips/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,8 @@ config BMIPS_GENERIC
291291
select USB_OHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
292292
select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
293293
select HARDIRQS_SW_RESEND
294+
select HAVE_PCI
295+
select PCI_DRIVERS_GENERIC
294296
help
295297
Build a generic DT-based kernel image that boots on select
296298
BCM33xx cable modem chips, BCM63xx DSL chips, and BCM7xxx set-top

0 commit comments

Comments
 (0)