[PATCH 2/3] UBUNTU: [Config] disable FB_SIMPLE
Paolo Pisati
paolo.pisati at canonical.com
Wed May 31 15:10:58 UTC 2017
If we built-in FB_SIMPLE, it will attach earlier than FB_BCM2708 and
reaps the framebuffer memory, resulting in garbage being displayed
in screen - unfortunately it can't be compiled as a module, so we need
to completely disable it.
Signed-off-by: Paolo Pisati <paolo.pisati at canonical.com>
---
debian.raspi2/config/config.common.ubuntu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian.raspi2/config/config.common.ubuntu b/debian.raspi2/config/config.common.ubuntu
index 63064ad..12bdceb 100644
--- a/debian.raspi2/config/config.common.ubuntu
+++ b/debian.raspi2/config/config.common.ubuntu
@@ -1579,7 +1579,7 @@ CONFIG_FB_NOTIFY=y
CONFIG_FB_OPENCORES=m
CONFIG_FB_RPISENSE=m
CONFIG_FB_S1D13XXX=m
-CONFIG_FB_SIMPLE=y
+# CONFIG_FB_SIMPLE is not set
CONFIG_FB_SM501=m
CONFIG_FB_SMSCUFX=m
CONFIG_FB_SSD1307=m
--
2.9.3
More information about the kernel-team
mailing list