Re: [PATCH] ARM: davinci: fix kconfig dependency warning when !PINCTRL

2020-09-24 Thread Sekhar Nori
Hi Necip, On 14/09/20 6:08 PM, Necip Fazil Yildiran wrote: > When ARCH_DAVINCI is enabled and PINCTRL is disabled, it results > in the following Kbuild warning: > > WARNING: unmet direct dependencies detected for PINCTRL_SINGLE > Depends on [n]: PINCTRL [=n] && OF [=y] && HAS_IOMEM [=y] > Sel

[PATCH] ARM: davinci: fix kconfig dependency warning when !PINCTRL

2020-09-14 Thread Necip Fazil Yildiran
When ARCH_DAVINCI is enabled and PINCTRL is disabled, it results in the following Kbuild warning: WARNING: unmet direct dependencies detected for PINCTRL_SINGLE Depends on [n]: PINCTRL [=n] && OF [=y] && HAS_IOMEM [=y] Selected by [y]: - ARCH_DAVINCI [=y] && ARCH_MULTI_V5 [=y] The reason is