aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJisheng Zhang <jszhang@marvell.com>2015-08-03 15:24:45 -0400
committerOlof Johansson <olof@lixom.net>2015-08-06 04:15:01 -0400
commitdd40fd9245fdb5a69b301e358df0b231d2db1db0 (patch)
tree05fa9f021cd508d62fe3bcd2826a9c35eade0ebc
parentd6c8a9108037eada09fc8f91e81464172fd89050 (diff)
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>
-rw-r--r--arch/arm64/Kconfig.platforms6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index e2deb188a506..23800a19a7bc 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -5,6 +5,12 @@ config ARCH_BCM_IPROC
5 help 5 help
6 This enables support for Broadcom iProc based SoCs 6 This enables support for Broadcom iProc based SoCs
7 7
8config 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
8config ARCH_EXYNOS 14config ARCH_EXYNOS
9 bool 15 bool
10 help 16 help