Re: [PATCH] pinctrl: at91: fix CONFIG_OF dependency
From: Arnd Bergmann
Date: Mon May 05 2025 - 03:00:01 EST
On Mon, May 5, 2025, at 08:50, Bartosz Golaszewski wrote:
> On Fri, May 2, 2025 at 10:36 PM Arnd Bergmann <arnd@xxxxxxxxxx> wrote:
>
> I sent an alternative patch[1] which simply removes the OF_GPIO
> selection as this driver doesn't really need it at build-time.
>
> [1] https://lore.kernel.org/all/20250502100841.113091-1-brgl@xxxxxxxx/
Ok, thanks. If there is no build dependency, then that is indeed
the better fix.
Arnd