Re: [PATCH v3] bus: ts-nbus: drop unneeded dependency on OF_GPIO
From: Bartosz Golaszewski
Date: Wed May 06 2026 - 07:59:41 EST
On Wed, May 6, 2026 at 10:34 AM Andy Shevchenko
<andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:
>
> On Wed, May 06, 2026 at 10:19:59AM +0200, Bartosz Golaszewski wrote:
> > OF_GPIO is selected automatically on all OF systems. Any symbols it
> > controls also provide stubs and are private to GPIOLIB anyway so there's
> > really no reason to select it explicitly.
>
> Is the plan to hide it from the user eventually?
>
Yes, that's what I'm trying to do, but I need to remove all these
dependencies tree-wide first.
Bartosz
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
>