Skip to content

Commit

Permalink
pinctrl: Drop selecting PINCONF for MMP2, PXA168 and PXA910
Browse files Browse the repository at this point in the history
These drivers do not need to select PINCONF.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Axel Lin authored and Linus Walleij committed Dec 1, 2012
1 parent 00e79d1 commit d279bc7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/pinctrl/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ config PINCTRL_MMP2
bool "MMP2 pin controller driver"
depends on ARCH_MMP
select PINCTRL_PXA3xx
select PINCONF

config PINCTRL_MXS
bool
Expand Down Expand Up @@ -133,13 +132,11 @@ config PINCTRL_PXA168
bool "PXA168 pin controller driver"
depends on ARCH_MMP
select PINCTRL_PXA3xx
select PINCONF

config PINCTRL_PXA910
bool "PXA910 pin controller driver"
depends on ARCH_MMP
select PINCTRL_PXA3xx
select PINCONF

config PINCTRL_SINGLE
tristate "One-register-per-pin type device tree based pinctrl driver"
Expand Down

0 comments on commit d279bc7

Please sign in to comment.