Skip to content

Commit 5118a6a

Browse files
committed
arm64: Fix sort of platform Kconfig entries
Signed-off-by: Olof Johansson <olof@lixom.net>
1 parent 2f5b93c commit 5118a6a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

arch/arm64/Kconfig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,11 @@ config ARCH_EXYNOS7
165165
help
166166
This enables support for Samsung Exynos7 SoC family
167167

168+
config ARCH_FSL_LS2085A
169+
bool "Freescale LS2085A SOC"
170+
help
171+
This enables support for Freescale LS2085A SOC.
172+
168173
config ARCH_MEDIATEK
169174
bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
170175
select ARM_GIC
@@ -204,11 +209,6 @@ config ARCH_TEGRA_132_SOC
204209
but contains an NVIDIA Denver CPU complex in place of
205210
Tegra124's "4+1" Cortex-A15 CPU complex.
206211

207-
config ARCH_FSL_LS2085A
208-
bool "Freescale LS2085A SOC"
209-
help
210-
This enables support for Freescale LS2085A SOC.
211-
212212
config ARCH_THUNDER
213213
bool "Cavium Inc. Thunder SoC Family"
214214
help

0 commit comments

Comments
 (0)