Re: [PATCH v4 4/5] fbdev: Split frame buffer support in FB and FB_CORE symbols
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: 2023-07-04 07:21:47
Also in:
dri-devel, lkml
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: 2023-07-04 07:21:47
Also in:
dri-devel, lkml
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.
quoted
config FB_DEVICE bool "Provide legacy /dev/fb* device" - depends on FB + depends on FB_CORE default y
-- With Best Regards, Andy Shevchenko