[linux-yocto] [PATCH 1/2] x1000.cfg: disable framebuffer consoles

Saul Wold sgw at linux.intel.com
Fri Aug 21 08:00:38 PDT 2015


Since the X1000 SOC will not likely have anykind of frame buffer console
unset those config options here

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 features/soc/x1000/x1000.cfg | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/features/soc/x1000/x1000.cfg b/features/soc/x1000/x1000.cfg
index c3fb230..cd4fcc2 100644
--- a/features/soc/x1000/x1000.cfg
+++ b/features/soc/x1000/x1000.cfg
@@ -21,3 +21,10 @@ CONFIG_MMC_SDHCI_PLTFM=y
 CONFIG_MMC_USHC=m
 
 CONFIG_USB_OTG=y
+
+# disable frame buffer consoles since there is no framebuffer
+# 
+# CONFIG_VGA_CONSOLE is not set
+# CONFIG_FRAMEBUFFER_CONSOLE is not set
+# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
+
-- 
2.1.0



More information about the linux-yocto mailing list