Skip to content

Commit

Permalink
pinctrl: hide CONFIG_PINMUX and CONFIG_PINCONF
Browse files Browse the repository at this point in the history
These symbols are supposed to be selected by the drivers actually needing
them. The only situation where it would make sense to enable them without a
driver selecting them is when an out-of-tree pinctrl driver is used or
for compile testing.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Uwe Kleine-König authored and Linus Walleij committed Jul 11, 2014
1 parent 22763bf commit 244e95a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/pinctrl/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ menu "Pin controllers"
depends on PINCTRL

config PINMUX
bool "Support pin multiplexing controllers"
bool "Support pin multiplexing controllers" if COMPILE_TEST

config PINCONF
bool "Support pin configuration controllers"
bool "Support pin configuration controllers" if COMPILE_TEST

config GENERIC_PINCONF
bool
Expand Down

0 comments on commit 244e95a

Please sign in to comment.