mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
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>
This commit is contained in:
parent
d02f997d61
commit
9c160bbd6c
@ -7,14 +7,17 @@ config PINCTRL_BERLIN
|
||||
|
||||
config PINCTRL_BERLIN_BG2
|
||||
def_bool MACH_BERLIN_BG2
|
||||
depends on OF
|
||||
select PINCTRL_BERLIN
|
||||
|
||||
config PINCTRL_BERLIN_BG2CD
|
||||
def_bool MACH_BERLIN_BG2CD
|
||||
depends on OF
|
||||
select PINCTRL_BERLIN
|
||||
|
||||
config PINCTRL_BERLIN_BG2Q
|
||||
def_bool MACH_BERLIN_BG2Q
|
||||
depends on OF
|
||||
select PINCTRL_BERLIN
|
||||
|
||||
config PINCTRL_BERLIN_BG4CT
|
||||
|
Loading…
Reference in New Issue
Block a user