diff mbox

[2/2] ARM: tegra: sort Kconfig selects for Tegra114

Message ID 1360273404-32397-2-git-send-email-swarren@wwwdotorg.org
State Accepted, archived
Headers show

Commit Message

Stephen Warren Feb. 7, 2013, 9:43 p.m. UTC
From: Stephen Warren <swarren@nvidia.com>

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>
---
 arch/arm/mach-tegra/Kconfig |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 8654324..d1c4893 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