Commit a2a42f0c authored by Daniel Palmer's avatar Daniel Palmer Committed by Helge Deller
Browse files

fbdev: Fix typo in Kconfig text for FB_DEVICE



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

Signed-off-by: default avatarDaniel Palmer <daniel.palmer@sony.com>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent da11e6a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.