aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/Kconfig
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2013-02-07 16:43:24 -0500
committerOlof Johansson <olof@lixom.net>2013-02-09 20:52:07 -0500
commit1d7e5c2c815dda6eb7a0e41a6b27ea61cd927f99 (patch)
tree8af016cfa4cfa1e822d2ac385205539ba71f6c58 /arch/arm/mach-tegra/Kconfig
parent23c8c4b4e0ae21852e366206aa4981380b863799 (diff)
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>
Diffstat (limited to 'arch/arm/mach-tegra/Kconfig')
-rw-r--r--arch/arm/mach-tegra/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 86543241f5bb..d1c4893894ce 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -45,10 +45,10 @@ config ARCH_TEGRA_3x_SOC
45 45
46config ARCH_TEGRA_114_SOC 46config ARCH_TEGRA_114_SOC
47 bool "Enable support for Tegra114 family" 47 bool "Enable support for Tegra114 family"
48 select ARM_ARCH_TIMER
48 select ARM_GIC 49 select ARM_GIC
49 select CPU_V7
50 select ARM_L1_CACHE_SHIFT_6 50 select ARM_L1_CACHE_SHIFT_6
51 select ARM_ARCH_TIMER 51 select CPU_V7
52 select PINCTRL 52 select PINCTRL
53 select PINCTRL_TEGRA114 53 select PINCTRL_TEGRA114
54 help 54 help