summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/berlin
diff options
context:
space:
mode:
authorAntoine Tenart <antoine.tenart@free-electrons.com>2015-10-13 17:31:37 -0400
committerLinus Walleij <linus.walleij@linaro.org>2015-10-16 10:18:27 -0400
commitd02f997d61b30ef6f89ad2f2dc4d41613c8b8b88 (patch)
treef4dc84ad3f647be24f749af6ad492b3a3187832b /drivers/pinctrl/berlin
parentc55a7746111144b0fa2c27dd28098f14d4ca79ee (diff)
pinctrl: berlin: select the pinctrl driver according to the SoC used
This patch prepares to remove the pinctrl driver selection from the mach-berlin Kconfig. To do so, bool is replaced by def_bool. Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/berlin')
-rw-r--r--drivers/pinctrl/berlin/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/pinctrl/berlin/Kconfig b/drivers/pinctrl/berlin/Kconfig
index aaafd56215b0..711712547695 100644
--- a/drivers/pinctrl/berlin/Kconfig
+++ b/drivers/pinctrl/berlin/Kconfig
@@ -6,15 +6,15 @@ config PINCTRL_BERLIN
6 select REGMAP_MMIO 6 select REGMAP_MMIO
7 7
8config PINCTRL_BERLIN_BG2 8config PINCTRL_BERLIN_BG2
9 bool 9 def_bool MACH_BERLIN_BG2
10 select PINCTRL_BERLIN 10 select PINCTRL_BERLIN
11 11
12config PINCTRL_BERLIN_BG2CD 12config PINCTRL_BERLIN_BG2CD
13 bool 13 def_bool MACH_BERLIN_BG2CD
14 select PINCTRL_BERLIN 14 select PINCTRL_BERLIN
15 15
16config PINCTRL_BERLIN_BG2Q 16config PINCTRL_BERLIN_BG2Q
17 bool 17 def_bool MACH_BERLIN_BG2Q
18 select PINCTRL_BERLIN 18 select PINCTRL_BERLIN
19 19
20config PINCTRL_BERLIN_BG4CT 20config PINCTRL_BERLIN_BG4CT