Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d7e5c2c authored by Stephen Warren's avatar Stephen Warren Committed by Olof Johansson
Browse files

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: default avatarStephen Warren <swarren@nvidia.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 23c8c4b4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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