From f6bdddc92bbbd555868067cc529275327d1ba0fa Mon Sep 17 00:00:00 2001 From: Icenowy Zheng Date: Thu, 26 Oct 2017 11:14:46 +0800 Subject: video: add an option for video simplefb via DT Add an option to indicate that the video driver should setup a SimpleFB node that passes the video framebuffer initialized by U-Boot to the operating system kernel. Currently only the Allwinner DE driver uses this option, and the definition of this option in the sunxi-common.h config header is converted to an imply of this option from CONFIG_VIDEO_SUNXI. Signed-off-by: Icenowy Zheng Acked-by: Maxime Ripard --- include/configs/sunxi-common.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 7d86b58417e..4207398eb90 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -275,9 +275,6 @@ extern int soft_i2c_gpio_scl; */ #define CONFIG_SUNXI_MAX_FB_SIZE (16 << 20) -/* Do we want to initialize a simple FB? */ -#define CONFIG_VIDEO_DT_SIMPLEFB - #define CONFIG_VIDEO_LOGO #define CONFIG_VIDEO_STD_TIMINGS #define CONFIG_I2C_EDID -- cgit v1.2.3