From: Stephen Warren Date: Thu, 7 Feb 2013 21:43:24 +0000 (-0700) Subject: ARM: tegra: sort Kconfig selects for Tegra114 X-Git-Tag: v3.9-rc1~118^2~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d7e5c2c815dda6eb7a0e41a6b27ea61cd927f99;p=thirdparty%2Fkernel%2Flinux.git ARM: tegra: sort Kconfig selects for Tegra114 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 Signed-off-by: Olof Johansson --- diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index 86543241f5bbc..d1c4893894cee 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig @@ -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