Commit 90db8a14 authored by Axel Lin's avatar Axel Lin Committed by Linus Walleij

pinctrl: mxs: Make PINCTRL_MXS select PINMUX && PINCONF

Then we can remove "select PINMUX && PINCONF" from PINCTRL_IMX{23,28}.
This simplifies the dependency.
Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Acked-by: default avatarShawn Guo <shawn.guo@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 9b2b1740
...@@ -100,17 +100,15 @@ config PINCTRL_MMP2 ...@@ -100,17 +100,15 @@ config PINCTRL_MMP2
config PINCTRL_MXS config PINCTRL_MXS
bool bool
select PINMUX
select PINCONF
config PINCTRL_IMX23 config PINCTRL_IMX23
bool bool
select PINMUX
select PINCONF
select PINCTRL_MXS select PINCTRL_MXS
config PINCTRL_IMX28 config PINCTRL_IMX28
bool bool
select PINMUX
select PINCONF
select PINCTRL_MXS select PINCTRL_MXS
config PINCTRL_NOMADIK config PINCTRL_NOMADIK
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment