Re: [PATCH v3] fbdev: sstfb: Make CONFIG_FB_DEVICE optional and update Kconfig dependency

2024-10-15 Thread Helge Deller
Hi Ganzalo, Thanks for your updated patch. Somehow empty lines sneaked in again, see the last line of your patch. Anyway, I manually fixed up your initial patch with the fixes from Thomas, so we should be fine now. No need to send a v4... Thanks! Helge On 10/15/24 10:04, Gonzalo Silvalde Blanco

[PATCH v3] fbdev: sstfb: Make CONFIG_FB_DEVICE optional and update Kconfig dependency

2024-10-15 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. Additionally, the dependency on CONFIG_FB_