diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2013-01-29 07:56:17 -0500 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-01-29 13:02:14 -0500 |
commit | 20fd4806ab5dd86c8c44788c6fc5ea19b930b635 (patch) | |
tree | 0ae842be6296ac6c63853061a26e57a1f9e183bf /arch/arm/mach-tegra/Kconfig | |
parent | 51dc5259e8e1a05b9224e0c3ad61ebc3dc17d885 (diff) |
ARM: tegra114: select PINCTRL for Tegra114 SoC
Select PINCTRL and PINCTRL_TEGRA114 for enabling Tegra114 pincontrol
driver for Tegra114 SoC.
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/Kconfig')
-rw-r--r-- | arch/arm/mach-tegra/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index eada60f388af..bde8197c8db8 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig | |||
@@ -51,6 +51,8 @@ config ARCH_TEGRA_114_SOC | |||
51 | select CPU_V7 | 51 | select CPU_V7 |
52 | select ARM_L1_CACHE_SHIFT_6 | 52 | select ARM_L1_CACHE_SHIFT_6 |
53 | select ARM_ARCH_TIMER | 53 | select ARM_ARCH_TIMER |
54 | select PINCTRL | ||
55 | select PINCTRL_TEGRA114 | ||
54 | help | 56 | help |
55 | Support for NVIDIA Tegra T114 processor family, based on the | 57 | Support for NVIDIA Tegra T114 processor family, based on the |
56 | ARM CortexA15MP CPU | 58 | ARM CortexA15MP CPU |