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 <jszhang@marvell.com> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
parent
d6c8a91080
commit
dd40fd9245
|
@ -5,6 +5,12 @@ config ARCH_BCM_IPROC
|
||||||
help
|
help
|
||||||
This enables support for Broadcom iProc based SoCs
|
This enables support for Broadcom iProc based SoCs
|
||||||
|
|
||||||
|
config ARCH_BERLIN
|
||||||
|
bool "Marvell Berlin SoC Family"
|
||||||
|
select DW_APB_ICTL
|
||||||
|
help
|
||||||
|
This enables support for Marvell Berlin SoC Family
|
||||||
|
|
||||||
config ARCH_EXYNOS
|
config ARCH_EXYNOS
|
||||||
bool
|
bool
|
||||||
help
|
help
|
||||||
|
|
Loading…
Reference in New Issue