* [PATCH] pinctrl: qcom: sdx55: update kconfig dependency
@ 2020-11-11 4:36 Vinod Koul
2020-11-11 4:40 ` Bjorn Andersson
2020-11-11 8:59 ` Linus Walleij
0 siblings, 2 replies; 3+ messages in thread
From: Vinod Koul @ 2020-11-11 4:36 UTC (permalink / raw)
To: Linus Walleij
Cc: linux-arm-msm, Bjorn Andersson, Vinod Koul, Manivannan Sadhasivam,
John Stultz, linux-gpio, linux-kernel
Commit be117ca32261 ("pinctrl: qcom: Kconfig: Rework PINCTRL_MSM to be a
dependency rather then a selected config") moved the qcom pinctrl drivers
to have PINCTRL_MSM as dependency rather then a selected config, so do
this change for SDX55 pinctrl driver as well.
Signed-off-by: Vinod Koul <vkoul@kernel.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 8bdf878fe970..dcc046a921cc 100644
--- a/drivers/pinctrl/qcom/Kconfig
+++ b/drivers/pinctrl/qcom/Kconfig
@@ -232,7 +232,7 @@ config PINCTRL_SDM845
config PINCTRL_SDX55
tristate "Qualcomm Technologies Inc SDX55 pin controller driver"
depends on GPIOLIB && OF
- 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.26.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] pinctrl: qcom: sdx55: update kconfig dependency
2020-11-11 4:36 [PATCH] pinctrl: qcom: sdx55: update kconfig dependency Vinod Koul
@ 2020-11-11 4:40 ` Bjorn Andersson
2020-11-11 8:59 ` Linus Walleij
1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2020-11-11 4:40 UTC (permalink / raw)
To: Vinod Koul
Cc: Linus Walleij, linux-arm-msm, Manivannan Sadhasivam, John Stultz,
linux-gpio, linux-kernel
On Tue 10 Nov 22:36 CST 2020, Vinod Koul wrote:
> Commit be117ca32261 ("pinctrl: qcom: Kconfig: Rework PINCTRL_MSM to be a
> dependency rather then a selected config") moved the qcom pinctrl drivers
> to have PINCTRL_MSM as dependency rather then a selected config, so do
> this change for SDX55 pinctrl driver as well.
>
> Signed-off-by: Vinod Koul <vkoul@kernel.org>
Reviewed-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 8bdf878fe970..dcc046a921cc 100644
> --- a/drivers/pinctrl/qcom/Kconfig
> +++ b/drivers/pinctrl/qcom/Kconfig
> @@ -232,7 +232,7 @@ config PINCTRL_SDM845
> config PINCTRL_SDX55
> tristate "Qualcomm Technologies Inc SDX55 pin controller driver"
> depends on GPIOLIB && OF
> - 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.26.2
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] pinctrl: qcom: sdx55: update kconfig dependency
2020-11-11 4:36 [PATCH] pinctrl: qcom: sdx55: update kconfig dependency Vinod Koul
2020-11-11 4:40 ` Bjorn Andersson
@ 2020-11-11 8:59 ` Linus Walleij
1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2020-11-11 8:59 UTC (permalink / raw)
To: Vinod Koul
Cc: MSM, Bjorn Andersson, Manivannan Sadhasivam, John Stultz,
open list:GPIO SUBSYSTEM, linux-kernel@vger.kernel.org
On Wed, Nov 11, 2020 at 5:36 AM Vinod Koul <vkoul@kernel.org> wrote:
> Commit be117ca32261 ("pinctrl: qcom: Kconfig: Rework PINCTRL_MSM to be a
> dependency rather then a selected config") moved the qcom pinctrl drivers
> to have PINCTRL_MSM as dependency rather then a selected config, so do
> this change for SDX55 pinctrl driver as well.
>
> Signed-off-by: Vinod Koul <vkoul@kernel.org>
Patch applied!
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-11-11 8:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-11 4:36 [PATCH] pinctrl: qcom: sdx55: update kconfig dependency Vinod Koul
2020-11-11 4:40 ` Bjorn Andersson
2020-11-11 8:59 ` 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).