[PATCH v1] ARM: sunxi_defconfig: Enable display framebuffer

Dmitry Osipenko posted 1 patch 3 years, 6 months ago
arch/arm/configs/sunxi_defconfig | 2 ++
1 file changed, 2 insertions(+)
[PATCH v1] ARM: sunxi_defconfig: Enable display framebuffer
Posted by Dmitry Osipenko 3 years, 6 months ago
The display framebuffer config options changed in kernel awhile ago
and FB isn't enabled anymore using sunxi_defconfig. Add the missing
config options needed by display.

Signed-off-by: Dmitry Osipenko <dmitry.osipenko@collabora.com>
---
 arch/arm/configs/sunxi_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig
index 3d14827e0a31..2241e3d037b1 100644
--- a/arch/arm/configs/sunxi_defconfig
+++ b/arch/arm/configs/sunxi_defconfig
@@ -112,6 +112,8 @@ CONFIG_DRM_PANEL_EDP=y
 CONFIG_DRM_SIMPLE_BRIDGE=y
 CONFIG_DRM_LIMA=y
 CONFIG_FB_SIMPLE=y
+CONFIG_FB=y
+CONFIG_FRAMEBUFFER_CONSOLE=y
 CONFIG_BACKLIGHT_CLASS_DEVICE=y
 CONFIG_BACKLIGHT_PWM=y
 CONFIG_SOUND=y
-- 
2.37.3