Commit 2a984219 authored by John Stultz's avatar John Stultz Committed by Linus Walleij

pinctrl: qcom: Fix msm8953 Kconfig entry to depend on, not select PINCTRL_MSM

One fixup following my patch commit be117ca3 ("pinctrl:
qcom: Kconfig: Rework PINCTRL_MSM to be a depenency rather then
a selected config") being queued in LinusW's tree, as a new
config entry was added for the msm8953 that also needs the
change.

Applies to LinusW's pinctrl devel tree.
Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
Reviewed-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Cc: Andy Gross <agross@kernel.org>
Cc: Prasad Sodagudi <psodagud@codeaurora.org>
Cc: Vladimir Lypak <junak.pub@gmail.com>
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-arm-msm@vger.kernel.org
Cc: linux-gpio@vger.kernel.org
Link: https://lore.kernel.org/r/20201110215619.86076-1-john.stultz@linaro.orgSigned-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 8dc24866
...@@ -115,7 +115,7 @@ config PINCTRL_MSM8916 ...@@ -115,7 +115,7 @@ config PINCTRL_MSM8916
config PINCTRL_MSM8953 config PINCTRL_MSM8953
tristate "Qualcomm 8953 pin controller driver" tristate "Qualcomm 8953 pin controller driver"
depends on GPIOLIB && OF depends on GPIOLIB && OF
select PINCTRL_MSM depends on PINCTRL_MSM
help help
This is the pinctrl, pinmux, pinconf and gpiolib driver for the This is the pinctrl, pinmux, pinconf and gpiolib driver for the
Qualcomm TLMM block found on the Qualcomm MSM8953 platform. Qualcomm TLMM block found on the Qualcomm MSM8953 platform.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment