Re: [PATCH v4 4/5] fbdev: Split frame buffer support in FB and FB_CORE symbols

From: Andy Shevchenko
Date: Tue Jul 04 2023 - 03:21:46 EST


On Tue, Jul 04, 2023 at 10:20:35AM +0300, Andy Shevchenko wrote:
> On Tue, Jul 04, 2023 at 01:05:28AM +0200, Javier Martinez Canillas wrote:

...

> Wondering if
>
> if FB_CORE
> ...
> endif
>
> makes Kconfig looking better instead of replacing all these "depends on" lines.

I meant user visible effect (via `make *config` and in the source code.

> > config FB_DEVICE
> > bool "Provide legacy /dev/fb* device"
> > - depends on FB
> > + depends on FB_CORE
> > default y

--
With Best Regards,
Andy Shevchenko