Skip to content

Commit b288ca4

Browse files
Bhupesh Sharmaolofj
authored andcommitted
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: Bhupesh Sharma <bhupesh.sharma@freescale.com> Signed-off-by: Arnab Basu <arnab_basu@rocketmail.com> Signed-off-by: Olof Johansson <olof@lixom.net>
1 parent 747c84d commit b288ca4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

arch/arm64/Kconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,11 @@ config ARCH_TEGRA_132_SOC
198198
but contains an NVIDIA Denver CPU complex in place of
199199
Tegra124's "4+1" Cortex-A15 CPU complex.
200200

201+
config ARCH_FSL_LS2085A
202+
bool "Freescale LS2085A SOC"
203+
help
204+
This enables support for Freescale LS2085A SOC.
205+
201206
config ARCH_THUNDER
202207
bool "Cavium Inc. Thunder SoC Family"
203208
help

arch/arm64/configs/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ CONFIG_MODULES=y
3131
CONFIG_MODULE_UNLOAD=y
3232
# CONFIG_BLK_DEV_BSG is not set
3333
# CONFIG_IOSCHED_DEADLINE is not set
34+
CONFIG_ARCH_FSL_LS2085A=y
3435
CONFIG_ARCH_THUNDER=y
3536
CONFIG_ARCH_VEXPRESS=y
3637
CONFIG_ARCH_XGENE=y

0 commit comments

Comments
 (0)