Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Antoine Tenart and committed by
Linus Walleij
d02f997d c55a7746

+3 -3
+3 -3
drivers/pinctrl/berlin/Kconfig
··· 6 6 select REGMAP_MMIO 7 7 8 8 config PINCTRL_BERLIN_BG2 9 - bool 9 + def_bool MACH_BERLIN_BG2 10 10 select PINCTRL_BERLIN 11 11 12 12 config PINCTRL_BERLIN_BG2CD 13 - bool 13 + def_bool MACH_BERLIN_BG2CD 14 14 select PINCTRL_BERLIN 15 15 16 16 config PINCTRL_BERLIN_BG2Q 17 - bool 17 + def_bool MACH_BERLIN_BG2Q 18 18 select PINCTRL_BERLIN 19 19 20 20 config PINCTRL_BERLIN_BG4CT