aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/Kconfig
diff options
context:
space:
mode:
authorDong Aisheng <dong.aisheng@linaro.org>2012-04-27 08:26:16 -0400
committerLinus Walleij <linus.walleij@linaro.org>2012-05-01 19:14:40 -0400
commitae75ff8145384000e27eaa805c12e6971e3bec45 (patch)
treeee39861c7e28f59bf456bc814790d4585d6cb4cb /drivers/pinctrl/Kconfig
parent183f1d0c6450ee032d97a2d01ed5eb00e0dbaa49 (diff)
pinctrl: pinctrl-imx: add imx pinctrl core driver
The driver has mux and config support while the gpio is still not supported. For select input setting, the driver will handle it internally and do not need user to take care of it. The pinctrl-imx core driver will parse the dts file and dynamically create the pinmux functions and groups. Each IMX SoC pinctrl driver should register pins with a pin register map including mux register and config register and select input map to core for proper operations. Acked-by: Stephen Warren <swarren@wwwdotorg.org> Acked-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Dong Aisheng <dong.aisheng@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r--drivers/pinctrl/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index f73a5ea89754..aad28826d39b 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -26,6 +26,11 @@ config DEBUG_PINCTRL
26 help 26 help
27 Say Y here to add some extra checks and diagnostics to PINCTRL calls. 27 Say Y here to add some extra checks and diagnostics to PINCTRL calls.
28 28
29config PINCTRL_IMX
30 bool
31 select PINMUX
32 select PINCONF
33
29config PINCTRL_PXA3xx 34config PINCTRL_PXA3xx
30 bool 35 bool
31 select PINMUX 36 select PINMUX