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

2020-09-28 Thread Sekhar Nori
On 14/09/20 7:49 PM, Necip Fazil Yildiran wrote: > When MACH_DAVINCI_DA830_EVM is enabled and GPIOLIB is disabled, it results > in the following Kbuild warning: > > WARNING: unmet direct dependencies detected for GPIO_PCF857X > Depends on [n]: GPIOLIB [=n] && I2C [=y] > Selected by [y]: > -

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

2020-09-14 Thread Necip Fazil Yildiran
When MACH_DAVINCI_DA830_EVM is enabled and GPIOLIB is disabled, it results in the following Kbuild warning: WARNING: unmet direct dependencies detected for GPIO_PCF857X Depends on [n]: GPIOLIB [=n] && I2C [=y] Selected by [y]: - MACH_DAVINCI_DA830_EVM [=y] && ARCH_DAVINCI [=y] && ARCH_DAVINC