summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig.platforms
diff options
context:
space:
mode:
authorBhupesh Sharma2015-10-23 21:31:50 +0200
committerArnd Bergmann2015-10-23 22:24:21 +0200
commit53a5fde05d0e1040394b5f6d1f191d49b0ca88f5 (patch)
tree8370bea956392e00234bd250271f08d16500ff64 /arch/arm64/Kconfig.platforms
parentMerge tag 'at91-ab-dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/abel... (diff)
downloadkernel-qcow2-linux-53a5fde05d0e1040394b5f6d1f191d49b0ca88f5.tar.gz
kernel-qcow2-linux-53a5fde05d0e1040394b5f6d1f191d49b0ca88f5.tar.xz
kernel-qcow2-linux-53a5fde05d0e1040394b5f6d1f191d49b0ca88f5.zip
arm64: Use generic Layerscape SoC family naming
Freescale will be a spinning-out a set of ARMv8 based SoCs which will be based on a similar overall SoC architecture. So, this patch converts the existing infrastructure in the arm64/dts, arm64/Kconfig and arm64/configs to use the generic convention ARCH_LAYERSCAPE in place of the more specific FSL_LS2085A, to save code duplication later-on. Signed-off-by: Bhupesh Sharma <bhupesh.sharma@freescale.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r--arch/arm64/Kconfig.platforms6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 36303c84363e..8aba80a20306 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -28,10 +28,10 @@ config ARCH_EXYNOS7
help
This enables support for Samsung Exynos7 SoC family
-config ARCH_FSL_LS2085A
- bool "Freescale LS2085A SOC"
+config ARCH_LAYERSCAPE
+ bool "ARMv8 based Freescale Layerscape SoC family"
help
- This enables support for Freescale LS2085A SOC.
+ This enables support for the Freescale Layerscape SoC family.
config ARCH_HISI
bool "Hisilicon SoC Family"