aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2013-12-05 05:57:49 -0500
committerStephen Warren <swarren@nvidia.com>2013-12-12 13:35:46 -0500
commit7e1161f8af73f0077aa80c1af671d272ed14f37a (patch)
treec759da396ce21f4f3f02ce545e0b50691f6b7dfc /arch/arm/mach-tegra
parent6dee8200b794a83c0fb144878fdf0ac52af28835 (diff)
ARM: tegra: select PINCTRL_TEGRA124 for Tegra124 SoC
The pincontrol driver for Tegra124 is build through config PINCTRL_TEGRA124. Select this config option whenever Tegra124 SoC is enabled. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r--arch/arm/mach-tegra/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 09e740f58b27..807e7bcd0ac3 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -63,6 +63,7 @@ config ARCH_TEGRA_124_SOC
63 bool "Enable support for Tegra124 family" 63 bool "Enable support for Tegra124 family"
64 select ARM_L1_CACHE_SHIFT_6 64 select ARM_L1_CACHE_SHIFT_6
65 select HAVE_ARM_ARCH_TIMER 65 select HAVE_ARM_ARCH_TIMER
66 select PINCTRL_TEGRA124
66 help 67 help
67 Support for NVIDIA Tegra T124 processor family, based on the 68 Support for NVIDIA Tegra T124 processor family, based on the
68 ARM CortexA15MP CPU 69 ARM CortexA15MP CPU