]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
pinctrl: make the MSM SoC driver depend on OF
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 9 Dec 2013 08:26:01 +0000 (09:26 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 11 Dec 2013 10:06:32 +0000 (11:06 +0100)
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>
drivers/pinctrl/Kconfig

index 06e057bb33764be79ef4f0dc4c477a72c0eff83b..30fcb897eb99ed7a4f9c37adce56f7f6165960f8 100644 (file)
@@ -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