fbdev: Fix typo in Kconfig text for FB_DEVICE

Seems like someone hit 'c' when they meant to hit 'd'.

Signed-off-by: Daniel Palmer <daniel.palmer@sony.com>
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
Daniel Palmer
2025-07-25 14:30:57 +09:00
committed by Helge Deller
parent da11e6a30e
commit a2a42f0c96
+1 -1
View File
@@ -31,7 +31,7 @@ config FB_DEVICE
default FB
help
Say Y here if you want the legacy /dev/fb* device file and
interfaces within sysfs anc procfs. It is only required if you
interfaces within sysfs and procfs. It is only required if you
have userspace programs that depend on fbdev for graphics output.
This does not affect the framebuffer console. If unsure, say N.