diff options
author | Bhupesh Sharma <bhupesh.sharma@freescale.com> | 2015-01-25 02:42:53 +0530 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-01-27 15:11:36 -0800 |
commit | b288ca404761e65b1a5efab13719a16cee3a3032 (patch) | |
tree | 03f288b017ea23017cc81ce7bf8de3fe8f1ea197 /arch/arm64/Kconfig | |
parent | 747c84d051949872be54fcbceb5174b5779c6a17 (diff) | |
download | linux-b288ca404761e65b1a5efab13719a16cee3a3032.tar.gz linux-b288ca404761e65b1a5efab13719a16cee3a3032.tar.bz2 linux-b288ca404761e65b1a5efab13719a16cee3a3032.zip |
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>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r-- | arch/arm64/Kconfig | 5 |
1 files changed, 5 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 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 |