ARM: tegra: sort Kconfig selects for Tegra114
authorStephen Warren <swarren@nvidia.com>
Thu, 7 Feb 2013 21:43:24 +0000 (14:43 -0700)
committerOlof Johansson <olof@lixom.net>
Sun, 10 Feb 2013 01:52:07 +0000 (17:52 -0800)
The Kconfig options selected by ARCH_TEGRA_*_SOC were recently sorted.
Update the newly added ARCH_TEGRA_114_SOC's select statements to match.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-tegra/Kconfig

index 8654324..d1c4893 100644 (file)
@@ -45,10 +45,10 @@ config ARCH_TEGRA_3x_SOC
 
 config ARCH_TEGRA_114_SOC
        bool "Enable support for Tegra114 family"
+       select ARM_ARCH_TIMER
        select ARM_GIC
-       select CPU_V7
        select ARM_L1_CACHE_SHIFT_6
-       select ARM_ARCH_TIMER
+       select CPU_V7
        select PINCTRL
        select PINCTRL_TEGRA114
        help