diff options
author | Brian Norris <[email protected]> | 2014-07-22 15:58:17 -0700 |
---|---|---|
committer | Matt Porter <[email protected]> | 2014-07-28 09:59:51 -0400 |
commit | 305787f9016a67fa4644272c0253bbd25ed4a44a (patch) | |
tree | 46ca4ab62b10f99120a4d08e3994762477fe87e2 | |
parent | 4fbe66d9903425156c193ae44c81c0f7557755c4 (diff) |
ARM: brcmstb: select GISB arbiter and interrupt drivers
Signed-off-by: Brian Norris <[email protected]>
Acked-by: Florian Fainelli <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Signed-off-by: Matt Porter <[email protected]>
-rw-r--r-- | arch/arm/mach-bcm/Kconfig | 2 |
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. |