From: Antoine Tenart Date: Tue, 13 Oct 2015 21:31:37 +0000 (+0200) Subject: pinctrl: berlin: select the pinctrl driver according to the SoC used X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d02f997d61b30ef6f89ad2f2dc4d41613c8b8b88;p=linux-beck.git 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 Signed-off-by: Linus Walleij --- 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