Re: [PATCH v4 2/5] fbdev: Move core fbdev symbols to a separate Kconfig file
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: 2023-07-04 07:18:02
Also in:
dri-devel, lkml
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: 2023-07-04 07:18:02
Also in:
dri-devel, lkml
On Tue, Jul 04, 2023 at 01:05:26AM +0200, Javier Martinez Canillas wrote:
The drivers/video/fbdev/Kconfig defines both symbols for fbdev drivers and core fbdev symbols, that can be enabled independently of the fbdev drivers. Split the Kconfig in two, one that only has the symbols for fbdev drivers and another one that contains the fbdev core symbols.
...
source "drivers/video/fbdev/omap/Kconfig" source "drivers/video/fbdev/omap2/Kconfig" source "drivers/video/fbdev/mmp/Kconfig" + +source "drivers/video/fbdev/core/Kconfig"
Hmm... Shan't we start Kconfig from core options? -- With Best Regards, Andy Shevchenko