Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

PCI: brcmstb: Allow building for BMIPS_GENERIC

BMIPS_GENERIC denotes support for the MIPS-based Broadcom STB platforms
which this driver can support.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Florian Fainelli and committed by
Thomas Bogendoerfer
70060ee3 1d987052

+2 -1
+2 -1
drivers/pci/controller/Kconfig
··· 270 270 271 271 config PCIE_BRCMSTB 272 272 tristate "Broadcom Brcmstb PCIe host controller" 273 - depends on ARCH_BRCMSTB || ARCH_BCM2835 || ARCH_BCM4908 || COMPILE_TEST 273 + depends on ARCH_BRCMSTB || ARCH_BCM2835 || ARCH_BCM4908 || \ 274 + BMIPS_GENERIC || COMPILE_TEST 274 275 depends on OF 275 276 depends on PCI_MSI_IRQ_DOMAIN 276 277 default ARCH_BRCMSTB