summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sh-pfc
diff options
context:
space:
mode:
authorLinus Walleij2013-12-09 09:26:01 +0100
committerLinus Walleij2013-12-10 10:03:47 +0100
commit18334c8e18b2cea1c5c1ad4103ea1bf359a21775 (patch)
tree6bb0cfd589a5d957da218d60912f6a74c45fa0fc /drivers/pinctrl/sh-pfc
parentpinctrl: baytrail: lock IRQs when starting them (diff)
downloadkernel-qcow2-linux-18334c8e18b2cea1c5c1ad4103ea1bf359a21775.tar.gz
kernel-qcow2-linux-18334c8e18b2cea1c5c1ad4103ea1bf359a21775.tar.xz
kernel-qcow2-linux-18334c8e18b2cea1c5c1ad4103ea1bf359a21775.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> --- ChangeLog v2->v3: - Total failure with older approaches: what we need to do is have the *SoC subdriver* depend on OF and OF_IRQ. This is because the placeholder bool PINCTRL_MSM cannot cascade its dependencies when a subdriver selects it, Kconfig is smart but not that smart. ChangeLog v1->v2: - OK so "depends on OF" did not work here let's try to simply select OF and OF_IRQ for this then? It's one of those "warning: (PINCTRL_MSM8X74) selects PINCTRL_MSM which has unmet direct dependencies (PINCTRL && OF)" that I simply cannot find my way out of :-/
Diffstat (limited to 'drivers/pinctrl/sh-pfc')
0 files changed, 0 insertions, 0 deletions