diff options
-rw-r--r-- | arch/arm64/Kconfig.platforms | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index f84894656c7a..1c84fb58cc1b 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms | |||
@@ -42,6 +42,13 @@ config ARCH_BERLIN | |||
42 | help | 42 | help |
43 | This enables support for Marvell Berlin SoC Family | 43 | This enables support for Marvell Berlin SoC Family |
44 | 44 | ||
45 | config ARCH_BRCMSTB | ||
46 | bool "Broadcom Set-Top-Box SoCs" | ||
47 | select BRCMSTB_L2_IRQ | ||
48 | select GENERIC_IRQ_CHIP | ||
49 | help | ||
50 | This enables support for Broadcom's ARMv8 Set Top Box SoCs | ||
51 | |||
45 | config ARCH_EXYNOS | 52 | config ARCH_EXYNOS |
46 | bool "ARMv8 based Samsung Exynos SoC family" | 53 | bool "ARMv8 based Samsung Exynos SoC family" |
47 | select COMMON_CLK_SAMSUNG | 54 | select COMMON_CLK_SAMSUNG |