Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b288ca40 authored by Bhupesh Sharma's avatar Bhupesh Sharma Committed by Olof Johansson
Browse files

arm64: Add support for FSL's LS2085A SoC in Kconfig and defconfig



This patch adds support for FSL's LS2085A SoC in the arm64 Kconfig
and defconfig files.

Signed-off-by: default avatarBhupesh Sharma <bhupesh.sharma@freescale.com>
Signed-off-by: default avatarArnab Basu <arnab_basu@rocketmail.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 747c84d0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -198,6 +198,11 @@ config ARCH_TEGRA_132_SOC
	  but contains an NVIDIA Denver CPU complex in place of
	  Tegra124's "4+1" Cortex-A15 CPU complex.

config ARCH_FSL_LS2085A
	bool "Freescale LS2085A SOC"
	help
	  This enables support for Freescale LS2085A SOC.

config ARCH_THUNDER
	bool "Cavium Inc. Thunder SoC Family"
	help
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_BLK_DEV_BSG is not set
# CONFIG_IOSCHED_DEADLINE is not set
CONFIG_ARCH_FSL_LS2085A=y
CONFIG_ARCH_THUNDER=y
CONFIG_ARCH_VEXPRESS=y
CONFIG_ARCH_XGENE=y