summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij2013-12-09 09:26:01 +0100
committerLinus Walleij2013-12-11 11:06:32 +0100
commit0a7c0e0cdb82483a8b4998dfdff847d7a515f020 (patch)
tree6bb0cfd589a5d957da218d60912f6a74c45fa0fc /drivers/pinctrl/Kconfig
parentpinctrl: baytrail: lock IRQs when starting them (diff)
downloadkernel-qcow2-linux-0a7c0e0cdb82483a8b4998dfdff847d7a515f020.tar.gz
kernel-qcow2-linux-0a7c0e0cdb82483a8b4998dfdff847d7a515f020.tar.xz
kernel-qcow2-linux-0a7c0e0cdb82483a8b4998dfdff847d7a515f020.zip
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: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r--drivers/pinctrl/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 06e057bb3376..30fcb897eb99 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -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