From f9a48654ee70fbad29f487d074fd36a1548b4209 Mon Sep 17 00:00:00 2001 From: Patrick Delaunay Date: Mon, 28 Sep 2020 11:30:15 +0200 Subject: configs: migrate CONFIG_VIDEO_BMP_RLE8 to defconfigs Done with: ./tools/moveconfig.py VIDEO_BMP_RLE8 Signed-off-by: Patrick Delaunay Reviewed-by: Simon Glass --- configs/rut_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/rut_defconfig') diff --git a/configs/rut_defconfig b/configs/rut_defconfig index b13641032ca..4037c6a9f45 100644 --- a/configs/rut_defconfig +++ b/configs/rut_defconfig @@ -106,3 +106,4 @@ CONFIG_SYS_CONSOLE_BG_COL=0xff CONFIG_SYS_CONSOLE_FG_COL=0x00 CONFIG_SPLASH_SCREEN=y CONFIG_SPLASH_SCREEN_ALIGN=y +CONFIG_VIDEO_BMP_RLE8=y -- cgit v1.2.3