diff options
author | Marc Carino <marc.ceeeee@gmail.com> | 2014-01-16 15:00:42 -0800 |
---|---|---|
committer | Matt Porter <mporter@linaro.org> | 2014-07-28 09:58:52 -0400 |
commit | 4fbe66d9903425156c193ae44c81c0f7557755c4 (patch) | |
tree | a8fa0f1c5b30718ddbfbbc7329f95341b7b4e89f /arch/arm/configs/multi_v7_defconfig | |
parent | 67115239ca63f28bda6827a1e2d8098e329a7c23 (diff) | |
download | blackbird-obmc-linux-4fbe66d9903425156c193ae44c81c0f7557755c4.tar.gz blackbird-obmc-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/configs/multi_v7_defconfig')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 534836497998..bf0df396a3cf 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -19,6 +19,7 @@ CONFIG_MACH_DOVE=y CONFIG_ARCH_BCM=y CONFIG_ARCH_BCM_MOBILE=y CONFIG_ARCH_BCM_5301X=y +CONFIG_ARCH_BRCMSTB=y CONFIG_ARCH_BERLIN=y CONFIG_MACH_BERLIN_BG2=y CONFIG_MACH_BERLIN_BG2CD=y |