On Thu, Apr 1, 2021 at 7:47 PM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote: > From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > Subject: [PATCH -next] pinctrl: bcm: fix bcx63xx build errors > > All of the drivers that select PINCTRL_BCM63XX also should depend on > OF since 'select' does not follow any dependency chains and there > can still be kconfig warnings and build errors without this. I applied a version of this patch where I also drop the depend on OF from the BCM63xx Kconfig, it is better to depend on OF for each driver. Yours, Linus Walleij