aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2021-11-08 11:24:32 -0800
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2021-11-09 16:10:34 +0100
commit70060ee313be521e28b782e5ac05aa9db0d4c4fc (patch)
tree490592c3b933ee61888e664c65dfdbfe8be62f19 /drivers/pci
parentMIPS: BMIPS: Enable PCI Kconfig (diff)
downloadlinux-dev-70060ee313be521e28b782e5ac05aa9db0d4c4fc.tar.xz
linux-dev-70060ee313be521e28b782e5ac05aa9db0d4c4fc.zip
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>
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/controller/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/pci/controller/Kconfig b/drivers/pci/controller/Kconfig
index 326f7d13024f..6b31a695daa8 100644
--- a/drivers/pci/controller/Kconfig
+++ b/drivers/pci/controller/Kconfig
@@ -270,7 +270,8 @@ config VMD
config PCIE_BRCMSTB
tristate "Broadcom Brcmstb PCIe host controller"
- depends on ARCH_BRCMSTB || ARCH_BCM2835 || ARCH_BCM4908 || COMPILE_TEST
+ depends on ARCH_BRCMSTB || ARCH_BCM2835 || ARCH_BCM4908 || \
+ BMIPS_GENERIC || COMPILE_TEST
depends on OF
depends on PCI_MSI_IRQ_DOMAIN
default ARCH_BRCMSTB