Skip to content

Commit 70060ee

Browse files
ffainellitsbogend
authored andcommitted
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 <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 1d98705 commit 70060ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/pci/controller/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,8 @@ config VMD
270270

271271
config PCIE_BRCMSTB
272272
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
274275
depends on OF
275276
depends on PCI_MSI_IRQ_DOMAIN
276277
default ARCH_BRCMSTB

0 commit comments

Comments
 (0)