Re: [PATCH] platform/x86: pcengines-apu2 needs gpiolib

2019-07-14 Thread Andy Shevchenko
On Fri, Jul 12, 2019 at 11:54 AM Arnd Bergmann wrote: > > I ran into another build issue in randconfig testing for this driver, > when CONFIG_GPIOLIB is not set: > > WARNING: unmet direct dependencies detected for GPIO_AMD_FCH > Depends on [n]: GPIOLIB [=n] && HAS_IOMEM [=y] > Selected by

Re: [PATCH] platform/x86: pcengines-apu2 needs gpiolib

2019-07-13 Thread Arnd Bergmann
On Sat, Jul 13, 2019 at 4:36 PM Enrico Weigelt, metux IT consult wrote: > On 12.07.19 10:54, Arnd Bergmann wrote: > > diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig > > index e869a5c760b6..cf48b9068843 100644 > > --- a/drivers/platform/x86/Kconfig > > +++

Re: [PATCH] platform/x86: pcengines-apu2 needs gpiolib

2019-07-13 Thread Enrico Weigelt, metux IT consult
On 12.07.19 10:54, Arnd Bergmann wrote: Hi, > diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig > index e869a5c760b6..cf48b9068843 100644 > --- a/drivers/platform/x86/Kconfig > +++ b/drivers/platform/x86/Kconfig > @@ -1324,8 +1324,8 @@ config PCENGINES_APU2 >

[PATCH] platform/x86: pcengines-apu2 needs gpiolib

2019-07-12 Thread Arnd Bergmann
I ran into another build issue in randconfig testing for this driver, when CONFIG_GPIOLIB is not set: WARNING: unmet direct dependencies detected for GPIO_AMD_FCH Depends on [n]: GPIOLIB [=n] && HAS_IOMEM [=y] Selected by [y]: - PCENGINES_APU2 [=y] && X86 [=y] && X86_PLATFORM_DEVICES [=y]