diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-10-07 11:11:42 -0600 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-10-07 13:16:37 -0600 |
commit | b6bda4e0d23815cb711c16085e03cb23c6d49f21 (patch) | |
tree | 10314ae4734ba12f461ed6f59e431c855b60f8f8 /arch/arm/mach-tegra | |
parent | 5875df17a8b645f2038cc7ce5b8344b1fc923277 (diff) |
ARM: tegra: fix ARCH_TEGRA_114_SOC select sort order
All the other select statements are alphabetically sorted. Fix the one
remaining escape.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r-- | arch/arm/mach-tegra/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index 67a76f2dfb9f..f2e026af1ae4 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig @@ -53,9 +53,9 @@ config ARCH_TEGRA_3x_SOC config ARCH_TEGRA_114_SOC bool "Enable support for Tegra114 family" - select HAVE_ARM_ARCH_TIMER select ARM_ERRATA_798181 select ARM_L1_CACHE_SHIFT_6 + select HAVE_ARM_ARCH_TIMER select PINCTRL_TEGRA114 help Support for NVIDIA Tegra T114 processor family, based on the |