diff options
author | Marc Carino <marc.ceeeee@gmail.com> | 2014-01-16 18:00:42 -0500 |
---|---|---|
committer | Matt Porter <mporter@linaro.org> | 2014-07-28 09:58:52 -0400 |
commit | 4fbe66d9903425156c193ae44c81c0f7557755c4 (patch) | |
tree | a8fa0f1c5b30718ddbfbbc7329f95341b7b4e89f /arch/arm/mach-bcm/Kconfig | |
parent | 67115239ca63f28bda6827a1e2d8098e329a7c23 (diff) |
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 | |||
99 | different SoC or with the older BCM47XX and BCM53XX based | 99 | different SoC or with the older BCM47XX and BCM53XX based |
100 | network SoC using a MIPS CPU, they are supported by arch/mips/bcm47xx | 100 | network SoC using a MIPS CPU, they are supported by arch/mips/bcm47xx |
101 | 101 | ||
102 | config ARCH_BRCMSTB | ||
103 | bool "Broadcom BCM7XXX based boards" if ARCH_MULTI_V7 | ||
104 | depends on MMU | ||
105 | select ARM_GIC | ||
106 | select MIGHT_HAVE_PCI | ||
107 | select HAVE_SMP | ||
108 | select HAVE_ARM_ARCH_TIMER | ||
109 | help | ||
110 | Say Y if you intend to run the kernel on a Broadcom ARM-based STB | ||
111 | chipset. | ||
112 | |||
113 | This enables support for Broadcom ARM-based set-top box chipsets, | ||
114 | including the 7445 family of chips. | ||
115 | |||
102 | endif | 116 | endif |