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 so we get rid of this build failure.
Cc: Bjorn Andersson <[email protected]> Signed-off-by: Linus Walleij <[email protected]> --- drivers/pinctrl/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index 06e057bb3376..138d114d61b8 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -205,6 +205,7 @@ config PINCTRL_IMX28 config PINCTRL_MSM bool + depends on OF select PINMUX select PINCONF select GENERIC_PINCONF -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

