瀏覽代碼

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 <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Stephen Warren 12 年之前
父節點
當前提交
1d7e5c2c81
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      arch/arm/mach-tegra/Kconfig

+ 2 - 2
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