summaryrefslogtreecommitdiff
path: root/src/lib/Kconfig
blob: 6d5f0344f0af8aa960190ae66a416e2d87a39afa (plain)
1
2
3
4
5
6
7
config NO_EDID_FILL_FB
	bool
	default y if !MAINBOARD_DO_NATIVE_VGA_INIT
	help
	  Don't include default fill_lb_framebuffer() implementation. Select
	  this if your drivers uses MAINBOARD_DO_NATIVE_VGA_INIT but provides
	  its own fill_lb_framebuffer() implementation.