summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig.platforms
diff options
context:
space:
mode:
authorJisheng Zhang2015-08-03 21:24:45 +0200
committerOlof Johansson2015-08-06 10:15:01 +0200
commitdd40fd9245fdb5a69b301e358df0b231d2db1db0 (patch)
tree05fa9f021cd508d62fe3bcd2826a9c35eade0ebc /arch/arm64/Kconfig.platforms
parentMerge tag 'zynqmp-dt-for-4.3' of https://github.com/Xilinx/linux-xlnx into ne... (diff)
downloadkernel-qcow2-linux-dd40fd9245fdb5a69b301e358df0b231d2db1db0.tar.gz
kernel-qcow2-linux-dd40fd9245fdb5a69b301e358df0b231d2db1db0.tar.xz
kernel-qcow2-linux-dd40fd9245fdb5a69b301e358df0b231d2db1db0.zip
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>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-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
help
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
bool
help