summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/Kconfig
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2016-12-27 09:20:02 -0800
committerLinus Walleij <linus.walleij@linaro.org>2017-01-03 09:26:19 +0100
commitcaeb774ea3b1bc25dc2f24681c27543aba6ca7ae (patch)
treebbe4b283a54a3ddc1ec03071805b04f721b49d3b /drivers/pinctrl/Kconfig
parenta76edc89b100e4fefb2a5c00cd8cd557437659e7 (diff)
downloadop-kernel-dev-caeb774ea3b1bc25dc2f24681c27543aba6ca7ae.zip
op-kernel-dev-caeb774ea3b1bc25dc2f24681c27543aba6ca7ae.tar.gz
pinctrl: single: Use generic pinctrl helpers for managing groups
We can now drop the driver specific code for managing groups. Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r--drivers/pinctrl/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 7e96428..d2fbcea 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -166,8 +166,8 @@ config PINCTRL_ROCKCHIP
config PINCTRL_SINGLE
tristate "One-register-per-pin type device tree based pinctrl driver"
depends on OF
+ select GENERIC_PINCTRL_GROUPS
select PINMUX
- select PINCONF
select GENERIC_PINCONF
help
This selects the device tree based generic pinctrl driver.
OpenPOWER on IntegriCloud