aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhupesh Sharma <bhupesh.sharma@freescale.com>2015-01-24 16:12:53 -0500
committerOlof Johansson <olof@lixom.net>2015-01-27 18:11:36 -0500
commitb288ca404761e65b1a5efab13719a16cee3a3032 (patch)
tree03f288b017ea23017cc81ce7bf8de3fe8f1ea197
parent747c84d051949872be54fcbceb5174b5779c6a17 (diff)
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>
-rw-r--r--arch/arm64/Kconfig5
-rw-r--r--arch/arm64/configs/defconfig1
2 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 84850c6cab20..9c6b93c86522 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -198,6 +198,11 @@ config ARCH_TEGRA_132_SOC
198 but contains an NVIDIA Denver CPU complex in place of 198 but contains an NVIDIA Denver CPU complex in place of
199 Tegra124's "4+1" Cortex-A15 CPU complex. 199 Tegra124's "4+1" Cortex-A15 CPU complex.
200 200
201config ARCH_FSL_LS2085A
202 bool "Freescale LS2085A SOC"
203 help
204 This enables support for Freescale LS2085A SOC.
205
201config ARCH_THUNDER 206config ARCH_THUNDER
202 bool "Cavium Inc. Thunder SoC Family" 207 bool "Cavium Inc. Thunder SoC Family"
203 help 208 help
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 5376d908eabe..24c23341a181 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -31,6 +31,7 @@ CONFIG_MODULES=y
31CONFIG_MODULE_UNLOAD=y 31CONFIG_MODULE_UNLOAD=y
32# CONFIG_BLK_DEV_BSG is not set 32# CONFIG_BLK_DEV_BSG is not set
33# CONFIG_IOSCHED_DEADLINE is not set 33# CONFIG_IOSCHED_DEADLINE is not set
34CONFIG_ARCH_FSL_LS2085A=y
34CONFIG_ARCH_THUNDER=y 35CONFIG_ARCH_THUNDER=y
35CONFIG_ARCH_VEXPRESS=y 36CONFIG_ARCH_VEXPRESS=y
36CONFIG_ARCH_XGENE=y 37CONFIG_ARCH_XGENE=y