Re: [PATCH] Subject: fbdev: sstfb: Make CONFIG_FB_DEVICE optional

2024-10-04 Thread Thomas Zimmermann
Hi, thanks for your patch. > [PATCH] Subject: fbdev: sstfb: Make CONFIG_FB_DEVICE optional 'Subject:' should not be part of the subject line. Is that an issue with your mail setup? Am 02.10.24 um 23:45 schrieb Gonzalo Silvalde Blanco: The sstfb driver currently depends on CON

[PATCH] Subject: fbdev: sstfb: Make CONFIG_FB_DEVICE optional

2024-10-03 Thread Gonzalo Silvalde Blanco
The sstfb driver currently depends on CONFIG_FB_DEVICE to create sysfs entries and access info->dev. This patch wraps the relevant code blocks with #ifdef CONFIG_FB_DEVICE, allowing the driver to be built and used even if CONFIG_FB_DEVICE is not selected. Tested by building with and without CONFIG