diff options
author | Antoine Tenart <antoine.tenart@free-electrons.com> | 2015-10-13 17:31:37 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-10-16 10:18:27 -0400 |
commit | d02f997d61b30ef6f89ad2f2dc4d41613c8b8b88 (patch) | |
tree | f4dc84ad3f647be24f749af6ad492b3a3187832b /drivers/pinctrl/berlin | |
parent | c55a7746111144b0fa2c27dd28098f14d4ca79ee (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/Kconfig | 6 |
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 | ||
8 | config PINCTRL_BERLIN_BG2 | 8 | config PINCTRL_BERLIN_BG2 |
9 | bool | 9 | def_bool MACH_BERLIN_BG2 |
10 | select PINCTRL_BERLIN | 10 | select PINCTRL_BERLIN |
11 | 11 | ||
12 | config PINCTRL_BERLIN_BG2CD | 12 | config PINCTRL_BERLIN_BG2CD |
13 | bool | 13 | def_bool MACH_BERLIN_BG2CD |
14 | select PINCTRL_BERLIN | 14 | select PINCTRL_BERLIN |
15 | 15 | ||
16 | config PINCTRL_BERLIN_BG2Q | 16 | config PINCTRL_BERLIN_BG2Q |
17 | bool | 17 | def_bool MACH_BERLIN_BG2Q |
18 | select PINCTRL_BERLIN | 18 | select PINCTRL_BERLIN |
19 | 19 | ||
20 | config PINCTRL_BERLIN_BG4CT | 20 | config PINCTRL_BERLIN_BG4CT |