diff options
author | Marc Carino <marc.ceeeee@gmail.com> | 2014-01-17 00:00:42 +0100 |
---|---|---|
committer | Matt Porter <mporter@linaro.org> | 2014-07-28 15:58:52 +0200 |
commit | 4fbe66d9903425156c193ae44c81c0f7557755c4 (patch) | |
tree | a8fa0f1c5b30718ddbfbbc7329f95341b7b4e89f /arch/arm/mach-bcm/Kconfig | |
parent | ARM: configs: enable SMP in bcm_defconfig (diff) | |
download | linux-4fbe66d9903425156c193ae44c81c0f7557755c4.tar.xz linux-4fbe66d9903425156c193ae44c81c0f7557755c4.zip |
ARM: brcmstb: add infrastructure for ARM-based Broadcom STB SoCs
The BCM7xxx series of Broadcom SoCs are used primarily in set-top boxes.
This patch adds machine support for the ARM-based Broadcom SoCs.
Signed-off-by: Marc Carino <marc.ceeeee@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Matt Porter <mporter@linaro.org>
Diffstat (limited to 'arch/arm/mach-bcm/Kconfig')
-rw-r--r-- | arch/arm/mach-bcm/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig index 6bafa2dbaece..7889866c668d 100644 --- a/arch/arm/mach-bcm/Kconfig +++ b/arch/arm/mach-bcm/Kconfig @@ -99,4 +99,18 @@ config ARCH_BCM_5301X different SoC or with the older BCM47XX and BCM53XX based network SoC using a MIPS CPU, they are supported by arch/mips/bcm47xx +config ARCH_BRCMSTB + bool "Broadcom BCM7XXX based boards" if ARCH_MULTI_V7 + depends on MMU + select ARM_GIC + select MIGHT_HAVE_PCI + select HAVE_SMP + select HAVE_ARM_ARCH_TIMER + help + Say Y if you intend to run the kernel on a Broadcom ARM-based STB + chipset. + + This enables support for Broadcom ARM-based set-top box chipsets, + including the 7445 family of chips. + endif |