aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm
diff options
context:
space:
mode:
authorBrian Norris <computersforpeace@gmail.com>2014-07-22 18:58:17 -0400
committerMatt Porter <mporter@linaro.org>2014-07-28 09:59:51 -0400
commit305787f9016a67fa4644272c0253bbd25ed4a44a (patch)
tree46ca4ab62b10f99120a4d08e3994762477fe87e2 /arch/arm/mach-bcm
parent4fbe66d9903425156c193ae44c81c0f7557755c4 (diff)
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
106 select MIGHT_HAVE_PCI 106 select MIGHT_HAVE_PCI
107 select HAVE_SMP 107 select HAVE_SMP
108 select HAVE_ARM_ARCH_TIMER 108 select HAVE_ARM_ARCH_TIMER
109 select BRCMSTB_GISB_ARB
110 select BRCMSTB_L2_IRQ
109 help 111 help
110 Say Y if you intend to run the kernel on a Broadcom ARM-based STB 112 Say Y if you intend to run the kernel on a Broadcom ARM-based STB
111 chipset. 113 chipset.