summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2014-06-03 22:35:09 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-05 08:01:14 +0200
commit8d9cbe17d3cdebe49715d7be72349bc3c056545f (patch)
treef52acf6ec664489f5890a70c99782df827523e3d /arch/arm/mach-tegra
parent6df813a691d0c387eb71794b02eb666450684c8a (diff)
downloadbarebox-8d9cbe17d3cdebe49715d7be72349bc3c056545f.tar.gz
barebox-8d9cbe17d3cdebe49715d7be72349bc3c056545f.tar.xz
pinctrl: tegra: add Tegra124 support
We can reuse the Tegra30 pinctrl driver, as the bit layout is the same. Just add the pin and drivegroups and some compile-time magic to avoid bloat. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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 a895fd7825..ea2e045777 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -52,6 +52,7 @@ config ARCH_TEGRA_3x_SOC
config ARCH_TEGRA_124_SOC
bool
+ select PINCTRL_TEGRA30
menu "select Tegra boards to be built"