arm64: Add support for FSL's LS2085A SoC in Kconfig and defconfig
authorBhupesh Sharma <bhupesh.sharma@freescale.com>
Sat, 24 Jan 2015 21:12:53 +0000 (02:42 +0530)
committerOlof Johansson <olof@lixom.net>
Tue, 27 Jan 2015 23:11:36 +0000 (15:11 -0800)
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>
arch/arm64/Kconfig
arch/arm64/configs/defconfig

index 84850c6cab2057e6da492bd0e2a67b9f0e842ec8..9c6b93c865227fce3d11847e181ad549d3acbb17 100644 (file)
@@ -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
index 5376d908eabedbdc496648c1fe2f4316fcd1cbe3..24c23341a181eae86b41ebd681c994e79431c396 100644 (file)
@@ -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