aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm
diff options
context:
space:
mode:
authorBrian Norris <computersforpeace@gmail.com>2014-07-22 15:58:17 -0700
committerMatt Porter <mporter@linaro.org>2014-07-28 09:59:51 -0400
commit305787f9016a67fa4644272c0253bbd25ed4a44a (patch)
tree46ca4ab62b10f99120a4d08e3994762477fe87e2 /arch/arm/mach-bcm
parentARM: brcmstb: add infrastructure for ARM-based Broadcom STB SoCs (diff)
downloadlinux-dev-305787f9016a67fa4644272c0253bbd25ed4a44a.tar.xz
linux-dev-305787f9016a67fa4644272c0253bbd25ed4a44a.zip
ARM: brcmstb: select GISB arbiter and interrupt drivers
Signed-off-by: Brian Norris <computersforpeace@gmail.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Matt Porter <mporter@linaro.org>
Diffstat (limited to 'arch/arm/mach-bcm')
-rw-r--r--arch/arm/mach-bcm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
index 7889866c668d..fc938005ad39 100644
--- a/arch/arm/mach-bcm/Kconfig
+++ b/arch/arm/mach-bcm/Kconfig
@@ -106,6 +106,8 @@ config ARCH_BRCMSTB
select MIGHT_HAVE_PCI
select HAVE_SMP
select HAVE_ARM_ARCH_TIMER
+ select BRCMSTB_GISB_ARB
+ select BRCMSTB_L2_IRQ
help
Say Y if you intend to run the kernel on a Broadcom ARM-based STB
chipset.