Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Daniel Palmer and committed by
Helge Deller
a2a42f0c da11e6a3

+1 -1
+1 -1
drivers/video/fbdev/core/Kconfig
··· 31 31 default FB 32 32 help 33 33 Say Y here if you want the legacy /dev/fb* device file and 34 - interfaces within sysfs anc procfs. It is only required if you 34 + interfaces within sysfs and procfs. It is only required if you 35 35 have userspace programs that depend on fbdev for graphics output. 36 36 This does not affect the framebuffer console. If unsure, say N. 37 37