1
0
Fork 0

pinctrl: hide CONFIG_PINMUX and CONFIG_PINCONF

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>
wifi-calibration
Uwe Kleine-König 2014-06-03 10:02:36 +02:00 committed by Linus Walleij
parent 22763bf527
commit 244e95a7ad
1 changed files with 2 additions and 2 deletions

View File

@ -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