diff options
author | Antoine Tenart <antoine.tenart@free-electrons.com> | 2015-10-13 23:31:37 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-10-16 16:18:27 +0200 |
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 select REGMAP_MMIO config PINCTRL_BERLIN_BG2 - bool + def_bool MACH_BERLIN_BG2 select PINCTRL_BERLIN config PINCTRL_BERLIN_BG2CD - bool + def_bool MACH_BERLIN_BG2CD select PINCTRL_BERLIN config PINCTRL_BERLIN_BG2Q - bool + def_bool MACH_BERLIN_BG2Q select PINCTRL_BERLIN config PINCTRL_BERLIN_BG4CT |