Re: linux-next: build warning after merge of the gpio tree

From: Linus Walleij
Date: Thu Jan 11 2018 - 04:20:01 EST


On Thu, Jan 11, 2018 at 5:06 AM, Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:

> Hi Linus,
>
> After merging the gpio tree, today's linux-next build (arm
> multi_v7_defconfig) produced this warning:
>
> drivers/gpio/Kconfig:13:error: recursive dependency detected!
> drivers/gpio/Kconfig:13: symbol GPIOLIB is selected by STX104
> drivers/iio/adc/Kconfig:699: symbol STX104 depends on ISA_BUS_API
> arch/Kconfig:821: symbol ISA_BUS_API is selected by GPIO_WINBOND
> drivers/gpio/Kconfig:701: symbol GPIO_WINBOND depends on GPIOLIB
> For a resolution refer to Documentation/kbuild/kconfig-language.txt
> subsection "Kconfig recursive dependency limitations"
>
> Presumably introduced by commit
>
> a0d65009411c ("gpio: winbond: Add driver")

Thanks, Arnd already patched it up quickly!

Yours,
Linus Walleij