summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/Kconfig
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2013-05-10 20:28:57 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-05-12 09:59:41 +0200
commit373909ce87ca74f51b1ee6bc163a754eaf92c957 (patch)
treee1f695df78cc33632db1410bf13e86e4a92cc51b /drivers/pinctrl/Kconfig
parentbaf0d5d9c4f8e129e2cb66a20557547c055172e8 (diff)
downloadbarebox-373909ce87ca74f51b1ee6bc163a754eaf92c957.tar.gz
barebox-373909ce87ca74f51b1ee6bc163a754eaf92c957.tar.xz
tegra20: add pinctrl driver
This adds a pinctrl driver for the Tegra 20 line of SoCs. It only supports the three basic pinconfiguration settings function mux, tristate control and pullup/down control. The driver understands the same devicetree bindings as the Linux one, unimplemented pinconfiguration options will be ignored. 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/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index e6aee50a5f..0b859b8494 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -25,4 +25,10 @@ config PINCTRL_IMX_IOMUX_V3
help
This iomux controller is found on i.MX25,35,51,53,6.
+config PINCTRL_TEGRA20
+ select PINCTRL
+ bool "Tegra 20 pinmux"
+ help
+ The pinmux controller found on the Tegra 20 line of SoCs.
+
endmenu