Commit 244e95a7 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Linus Walleij

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: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 22763bf5
...@@ -11,10 +11,10 @@ menu "Pin controllers" ...@@ -11,10 +11,10 @@ menu "Pin controllers"
depends on PINCTRL depends on PINCTRL
config PINMUX config PINMUX
bool "Support pin multiplexing controllers" bool "Support pin multiplexing controllers" if COMPILE_TEST
config PINCONF config PINCONF
bool "Support pin configuration controllers" bool "Support pin configuration controllers" if COMPILE_TEST
config GENERIC_PINCONF config GENERIC_PINCONF
bool bool
......
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