diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-02-07 21:43:24 (GMT) |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-02-10 01:52:07 (GMT) |
commit | 1d7e5c2c815dda6eb7a0e41a6b27ea61cd927f99 (patch) | |
tree | 8af016cfa4cfa1e822d2ac385205539ba71f6c58 /arch/arm/mach-tegra/Kconfig | |
parent | 23c8c4b4e0ae21852e366206aa4981380b863799 (diff) | |
download | linux-1d7e5c2c815dda6eb7a0e41a6b27ea61cd927f99.tar.xz |
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/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
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 |