summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/Kconfig
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 /drivers/pinctrl/Kconfig
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 'drivers/pinctrl/Kconfig')
-rw-r--r--drivers/pinctrl/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index b9b66f9c83..421525b306 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -45,4 +45,4 @@ config PINCTRL_TEGRA30
select PINCTRL
bool
help
- The pinmux controller found on the Tegra 30 line of SoCs.
+ The pinmux controller found on the Tegra 30+ line of SoCs.