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


Reply via email to