Skip to content

Commit dd40fd9

Browse files
Jisheng Zhangolofj
authored andcommitted
arm64: Enable Marvell Berlin SoC family in Kconfig
This patch introduces ARCH_BERLIN to enable Marvell Berlin SoC family in Kconfig. Signed-off-by: Jisheng Zhang <[email protected]> Signed-off-by: Sebastian Hesselbarth <[email protected]> Signed-off-by: Olof Johansson <[email protected]>
1 parent d6c8a91 commit dd40fd9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/arm64/Kconfig.platforms

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ config ARCH_BCM_IPROC
55
help
66
This enables support for Broadcom iProc based SoCs
77

8+
config ARCH_BERLIN
9+
bool "Marvell Berlin SoC Family"
10+
select DW_APB_ICTL
11+
help
12+
This enables support for Marvell Berlin SoC Family
13+
814
config ARCH_EXYNOS
915
bool
1016
help

0 commit comments

Comments
 (0)