summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-04-23 09:43:15 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-04-23 09:47:24 +0200
commite2f9687c02eac444fd5962b4ef55b9daf24f95ae (patch)
tree08e42da7655e965ffbda24a9d487278426d136a6 /drivers/pinctrl/Kconfig
parente20ee612d8ee99ba4e56b7ca3e757835ef50515c (diff)
downloadbarebox-e2f9687c02eac444fd5962b4ef55b9daf24f95ae.tar.gz
barebox-e2f9687c02eac444fd5962b4ef55b9daf24f95ae.tar.xz
pinctrl: move imx-iomux-v2 to drivers/pinctrl/
For consistency reasons. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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 6ce01bffe8..6b73d7b256 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -9,6 +9,11 @@ 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_V2
+ bool "i.MX iomux v2"
+ help
+ This iomux controller is found on i.MX31.
+
config PINCTRL_IMX_IOMUX_V3
select PINCTRL if OFDEVICE
bool "i.MX iomux v3"