linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pinctrl: qcom: Make it possible to select SC8180x TLMM
@ 2021-06-08 18:07 Bjorn Andersson
  2021-06-09 11:15 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Bjorn Andersson @ 2021-06-08 18:07 UTC (permalink / raw)
  To: Bjorn Andersson, Andy Gross, Linus Walleij
  Cc: linux-arm-msm, linux-gpio, linux-kernel

It's currently not possible to select the SC8180x TLMM driver, due to it
selecting PINCTRL_MSM, rather than depending on the same. Fix this.

Fixes: 97423113ec4b ("pinctrl: qcom: Add sc8180x TLMM driver")
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
---
 drivers/pinctrl/qcom/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/qcom/Kconfig b/drivers/pinctrl/qcom/Kconfig
index 25d2f7f7f3b6..11e967dbb44b 100644
--- a/drivers/pinctrl/qcom/Kconfig
+++ b/drivers/pinctrl/qcom/Kconfig
@@ -223,7 +223,7 @@ config PINCTRL_SC7280
 config PINCTRL_SC8180X
 	tristate "Qualcomm Technologies Inc SC8180x pin controller driver"
 	depends on GPIOLIB && (OF || ACPI)
-	select PINCTRL_MSM
+	depends on PINCTRL_MSM
 	help
 	  This is the pinctrl, pinmux, pinconf and gpiolib driver for the
 	  Qualcomm Technologies Inc TLMM block found on the Qualcomm
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] pinctrl: qcom: Make it possible to select SC8180x TLMM
  2021-06-08 18:07 [PATCH] pinctrl: qcom: Make it possible to select SC8180x TLMM Bjorn Andersson
@ 2021-06-09 11:15 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2021-06-09 11:15 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: Andy Gross, MSM, open list:GPIO SUBSYSTEM, linux-kernel

On Tue, Jun 8, 2021 at 8:07 PM Bjorn Andersson
<bjorn.andersson@linaro.org> wrote:

> It's currently not possible to select the SC8180x TLMM driver, due to it
> selecting PINCTRL_MSM, rather than depending on the same. Fix this.
>
> Fixes: 97423113ec4b ("pinctrl: qcom: Add sc8180x TLMM driver")
> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>

Patch applied for fixes!

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-09 11:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08 18:07 [PATCH] pinctrl: qcom: Make it possible to select SC8180x TLMM Bjorn Andersson
2021-06-09 11:15 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).