Skip to content

Commit

Permalink
pinctrl: mxs: Make PINCTRL_MXS select PINMUX && PINCONF
Browse files Browse the repository at this point in the history
Then we can remove "select PINMUX && PINCONF" from PINCTRL_IMX{23,28}.
This simplifies the dependency.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Axel Lin authored and Linus Walleij committed Nov 13, 2012
1 parent 9b2b174 commit 90db8a1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions drivers/pinctrl/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,15 @@ config PINCTRL_MMP2

config PINCTRL_MXS
bool
select PINMUX
select PINCONF

config PINCTRL_IMX23
bool
select PINMUX
select PINCONF
select PINCTRL_MXS

config PINCTRL_IMX28
bool
select PINMUX
select PINCONF
select PINCTRL_MXS

config PINCTRL_NOMADIK
Expand Down

0 comments on commit 90db8a1

Please sign in to comment.