summaryrefslogtreecommitdiff
path: root/src/lib/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Kconfig')
-rw-r--r--src/lib/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/Kconfig b/src/lib/Kconfig
new file mode 100644
index 0000000000..6d5f0344f0
--- /dev/null
+++ b/src/lib/Kconfig
@@ -0,0 +1,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.