diff options
author | Olof Johansson <olof@lixom.net> | 2015-01-28 01:19:11 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-01-28 01:19:11 +0100 |
commit | 5118a6a310e22373b61f8fa55762b8273b43eea8 (patch) | |
tree | bd202257c016589610a455f79d0fc07d28620eff /arch | |
parent | Merge tag 'v3.20-next-arm64' of https://github.com/mbgg/linux-mediatek into n... (diff) | |
download | linux-5118a6a310e22373b61f8fa55762b8273b43eea8.tar.xz linux-5118a6a310e22373b61f8fa55762b8273b43eea8.zip |
arm64: Fix sort of platform Kconfig entries
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/Kconfig | 10 |
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 help This enables support for Samsung Exynos7 SoC family +config ARCH_FSL_LS2085A + bool "Freescale LS2085A SOC" + help + This enables support for Freescale LS2085A SOC. + config ARCH_MEDIATEK bool "Mediatek MT65xx & MT81xx ARMv8 SoC" select ARM_GIC @@ -204,11 +209,6 @@ 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 |