aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/Kconfig
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2014-06-03 04:02:36 -0400
committerLinus Walleij <linus.walleij@linaro.org>2014-07-11 08:08:16 -0400
commit244e95a7ad6a34278aa9c21677785093188d3fc8 (patch)
tree1c3604aed9aa603463d5aae1d82ed77255045a85 /drivers/pinctrl/Kconfig
parent22763bf527446fe1f25ac365d846b02fd040e19c (diff)
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>
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r--drivers/pinctrl/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 0042ccb46b9a..4af9e3519388 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -11,10 +11,10 @@ menu "Pin controllers"
11 depends on PINCTRL 11 depends on PINCTRL
12 12
13config PINMUX 13config PINMUX
14 bool "Support pin multiplexing controllers" 14 bool "Support pin multiplexing controllers" if COMPILE_TEST
15 15
16config PINCONF 16config PINCONF
17 bool "Support pin configuration controllers" 17 bool "Support pin configuration controllers" if COMPILE_TEST
18 18
19config GENERIC_PINCONF 19config GENERIC_PINCONF
20 bool 20 bool