diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2021-11-08 20:24:31 +0100 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-11-09 16:10:29 +0100 |
commit | 1d987052e32f3554e84a296c4494551bc60f3877 (patch) | |
tree | 173fe4fbed319c88185b76626c154b0ad6b93202 /arch/mips | |
parent | MIPS: VDSO: remove -nostdlib compiler flag (diff) | |
download | linux-1d987052e32f3554e84a296c4494551bc60f3877.tar.xz linux-1d987052e32f3554e84a296c4494551bc60f3877.zip |
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 <f.fainelli@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 5bcf0946e473..eefb4fd7d82b 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -291,6 +291,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 |