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

pinctrl: berlin: add explicit dependency on OF

Berlin pinctrl drivers depends on CONFIG_OF. This patch adds
this dependency explicitly.

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
9c160bbd d02f997d

+3
+3
drivers/pinctrl/berlin/Kconfig
··· 7 7 8 8 config PINCTRL_BERLIN_BG2 9 9 def_bool MACH_BERLIN_BG2 10 + depends on OF 10 11 select PINCTRL_BERLIN 11 12 12 13 config PINCTRL_BERLIN_BG2CD 13 14 def_bool MACH_BERLIN_BG2CD 15 + depends on OF 14 16 select PINCTRL_BERLIN 15 17 16 18 config PINCTRL_BERLIN_BG2Q 17 19 def_bool MACH_BERLIN_BG2Q 20 + depends on OF 18 21 select PINCTRL_BERLIN 19 22 20 23 config PINCTRL_BERLIN_BG4CT