summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-04-21 16:50:43 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-04-23 09:46:32 +0200
commite20ee612d8ee99ba4e56b7ca3e757835ef50515c (patch)
treefa3bb450c4463bf6a955c7cbb08cb7f88f4a827f /drivers/pinctrl/Kconfig
parent7f63c0a246751e5424e7916fd1e20fe479a1dcfa (diff)
downloadbarebox-e20ee612d8ee99ba4e56b7ca3e757835ef50515c.tar.gz
barebox-e20ee612d8ee99ba4e56b7ca3e757835ef50515c.tar.xz
pinctrl: switch i.MX iomux-v3 support to pinctrl
This switches the iomux-v3 (found on i.MX25,35,51,53,6) to pinctrl support. The old SoC specific API is kept for compatibility. The pinctrl devicetree support is enabled automatically when OFDEVICE support is available. 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 05adf59f58..6ce01bffe8 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -9,4 +9,10 @@ config PINCTRL
from the devicetree. Legacy drivers here may not need this core
support but instead provide their own SoC specific APIs
+config PINCTRL_IMX_IOMUX_V3
+ select PINCTRL if OFDEVICE
+ bool "i.MX iomux v3"
+ help
+ This iomux controller is found on i.MX25,35,51,53,6.
+
endmenu