Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Snippets Groups Projects
Commit 0a7c0e0c authored by Linus Walleij's avatar Linus Walleij
Browse files

pinctrl: make the MSM SoC driver depend on OF


We had a compilation failure on x86_64 due to missing OF support
as this was an implicit dependency. Add an explicit dependency
on OF and OF_IRQ on the SoC driver.

Cc: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 1d2d8ce6
Branches
No related tags found
No related merge requests found
...@@ -211,6 +211,7 @@ config PINCTRL_MSM ...@@ -211,6 +211,7 @@ config PINCTRL_MSM
config PINCTRL_MSM8X74 config PINCTRL_MSM8X74
bool "Qualcomm 8x74 pin controller driver" bool "Qualcomm 8x74 pin controller driver"
depends on OF && OF_IRQ
select PINCTRL_MSM select PINCTRL_MSM
config PINCTRL_NOMADIK config PINCTRL_NOMADIK
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment