Skip to content

Commit

Permalink
ARM: tegra: sort Kconfig selects for Tegra114
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Warren authored and Olof Johansson committed Feb 10, 2013
1 parent 23c8c4b commit 1d7e5c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-tegra/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d7e5c2

Please sign in to comment.