summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/freescale/Kconfig
diff options
context:
space:
mode:
authorGary Bisson <gary.bisson@boundarydevices.com>2017-01-02 19:20:22 +0100
committerLinus Walleij <linus.walleij@linaro.org>2017-01-03 09:26:21 +0100
commit3fd6d6ad73af90522321451a2d10b0a8967d47d1 (patch)
treeb26983925e54ba538692032e40dcf52732d6f317 /drivers/pinctrl/freescale/Kconfig
parente566fc11ea76ec10a42fc92c5561ace4479770dd (diff)
downloadlinux-3fd6d6ad73af90522321451a2d10b0a8967d47d1.tar.bz2
pinctrl: imx: use generic pinmux helpers for managing functions
Now using function_desc structure instead of imx_pmx_func. Also leveraging generic functions to retrieve functions count/name/groups. The imx_free_funcs function can be removed since it is now handled by the core driver during unregister. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/freescale/Kconfig')
-rw-r--r--drivers/pinctrl/freescale/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/freescale/Kconfig b/drivers/pinctrl/freescale/Kconfig
index cb50e21615da..cae05e76c111 100644
--- a/drivers/pinctrl/freescale/Kconfig
+++ b/drivers/pinctrl/freescale/Kconfig
@@ -1,7 +1,7 @@
config PINCTRL_IMX
bool
select GENERIC_PINCTRL_GROUPS
- select PINMUX
+ select GENERIC_PINMUX_FUNCTIONS
select PINCONF
select REGMAP