Skip to content

Commit

Permalink
pinctrl: make the MSM SoC driver depend on OF
Browse files Browse the repository at this point in the history
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: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Linus Walleij committed Dec 11, 2013
1 parent 1d2d8ce commit 0a7c0e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/pinctrl/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ config PINCTRL_MSM

config PINCTRL_MSM8X74
bool "Qualcomm 8x74 pin controller driver"
depends on OF && OF_IRQ
select PINCTRL_MSM

config PINCTRL_NOMADIK
Expand Down

0 comments on commit 0a7c0e0

Please sign in to comment.