diff mbox

[2/3] UBUNTU: [Config] disable FB_SIMPLE

Message ID 1496243459-19824-3-git-send-email-paolo.pisati@canonical.com
State New
Headers show

Commit Message

Paolo Pisati May 31, 2017, 3:10 p.m. UTC
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@canonical.com>
---
 debian.raspi2/config/config.common.ubuntu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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