aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2015-01-27 19:19:11 -0500
committerOlof Johansson <olof@lixom.net>2015-01-27 19:19:11 -0500
commit5118a6a310e22373b61f8fa55762b8273b43eea8 (patch)
treebd202257c016589610a455f79d0fc07d28620eff /arch/arm64
parent2f5b93c24a14880f211bd7f963c67d3d0accf977 (diff)
arm64: Fix sort of platform Kconfig entries
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64')
-rw-r--r--arch/arm64/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 0d0c01c35dc3..5cc71e2abf95 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -165,6 +165,11 @@ config ARCH_EXYNOS7
165 help 165 help
166 This enables support for Samsung Exynos7 SoC family 166 This enables support for Samsung Exynos7 SoC family
167 167
168config ARCH_FSL_LS2085A
169 bool "Freescale LS2085A SOC"
170 help
171 This enables support for Freescale LS2085A SOC.
172
168config ARCH_MEDIATEK 173config ARCH_MEDIATEK
169 bool "Mediatek MT65xx & MT81xx ARMv8 SoC" 174 bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
170 select ARM_GIC 175 select ARM_GIC
@@ -204,11 +209,6 @@ config ARCH_TEGRA_132_SOC
204 but contains an NVIDIA Denver CPU complex in place of 209 but contains an NVIDIA Denver CPU complex in place of
205 Tegra124's "4+1" Cortex-A15 CPU complex. 210 Tegra124's "4+1" Cortex-A15 CPU complex.
206 211
207config ARCH_FSL_LS2085A
208 bool "Freescale LS2085A SOC"
209 help
210 This enables support for Freescale LS2085A SOC.
211
212config ARCH_THUNDER 212config ARCH_THUNDER
213 bool "Cavium Inc. Thunder SoC Family" 213 bool "Cavium Inc. Thunder SoC Family"
214 help 214 help