Re: [PATCH v1] drivers: pinctrl: qcom: fix Kconfig dependency on GPIOLIB

2021-04-13 Thread Bjorn Andersson
On Thu 08 Apr 03:03 CDT 2021, Linus Walleij wrote: > On Mon, Mar 29, 2021 at 6:41 PM Julian Braha wrote: > > > > On Tuesday, March 2, 2021 9:46:04 AM EDT you wrote: > > > On Thu, Feb 25, 2021 at 9:33 AM Julian Braha > > > wrote: > > > > > > > When PINCTRL_MSM is enabled, and GPIOLIB is

Re: [PATCH v1] drivers: pinctrl: qcom: fix Kconfig dependency on GPIOLIB

2021-04-08 Thread Linus Walleij
On Mon, Mar 29, 2021 at 6:41 PM Julian Braha wrote: > > On Tuesday, March 2, 2021 9:46:04 AM EDT you wrote: > > On Thu, Feb 25, 2021 at 9:33 AM Julian Braha wrote: > > > > > When PINCTRL_MSM is enabled, and GPIOLIB is disabled, > > > Kbuild gives the following warning: > > > > > > WARNING: unmet

Re: [PATCH v1] drivers: pinctrl: qcom: fix Kconfig dependency on GPIOLIB

2021-03-29 Thread Julian Braha
On Tuesday, March 2, 2021 9:46:04 AM EDT you wrote: > On Thu, Feb 25, 2021 at 9:33 AM Julian Braha wrote: > > > When PINCTRL_MSM is enabled, and GPIOLIB is disabled, > > Kbuild gives the following warning: > > > > WARNING: unmet direct dependencies detected for GPIOLIB_IRQCHIP > > Depends on

Re: [PATCH v1] drivers: pinctrl: qcom: fix Kconfig dependency on GPIOLIB

2021-03-02 Thread Linus Walleij
On Thu, Feb 25, 2021 at 9:33 AM Julian Braha wrote: > When PINCTRL_MSM is enabled, and GPIOLIB is disabled, > Kbuild gives the following warning: > > WARNING: unmet direct dependencies detected for GPIOLIB_IRQCHIP > Depends on [n]: GPIOLIB [=n] > Selected by [y]: > - PINCTRL_MSM [=y] &&

[PATCH v1] drivers: pinctrl: qcom: fix Kconfig dependency on GPIOLIB

2021-02-25 Thread Julian Braha
When PINCTRL_MSM is enabled, and GPIOLIB is disabled, Kbuild gives the following warning: WARNING: unmet direct dependencies detected for GPIOLIB_IRQCHIP Depends on [n]: GPIOLIB [=n] Selected by [y]: - PINCTRL_MSM [=y] && PINCTRL [=y] && (ARCH_QCOM || COMPILE_TEST [=y]) This is because