Re: [PATCH] fbdev: mb862xxfbdrv: Make CONFIG_FB_DEVICE optional

From: Helge Deller

Date: Sun Oct 05 2025 - 15:52:00 EST


On 10/5/25 19:38, Javier Garcia wrote:
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.

The sysfs only give access to show some controller and cursor registers so
it's not needed to allow driver works correctly.

Signed-off-by: Javier Garcia <rampxxxx@xxxxxxxxx>
---
drivers/video/fbdev/mb862xx/mb862xxfbdrv.c | 10 ++++++++++
1 file changed, 10 insertions(+)

applied.

Thanks!
Helge