From 8fc78fc73b7f9d379913a503ecf4bd10af0011d8 Mon Sep 17 00:00:00 2001 From: Patrick Delaunay Date: Mon, 28 Sep 2020 11:30:16 +0200 Subject: configs: migrate CONFIG_BMP_16/24/32BPP to defconfigs Done with: ./tools/moveconfig.py BMP_16BPP BMP_24BPP BMP_32BPP Signed-off-by: Patrick Delaunay Reviewed-by: Simon Glass --- configs/opos6uldev_defconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs/opos6uldev_defconfig') diff --git a/configs/opos6uldev_defconfig b/configs/opos6uldev_defconfig index ca56663..2b83fa2 100644 --- a/configs/opos6uldev_defconfig +++ b/configs/opos6uldev_defconfig @@ -110,5 +110,8 @@ CONFIG_SPLASH_SCREEN=y CONFIG_SPLASH_SCREEN_ALIGN=y CONFIG_SPLASH_SOURCE=y CONFIG_VIDEO_BMP_RLE8=y +CONFIG_BMP_16BPP=y +CONFIG_BMP_24BPP=y +CONFIG_BMP_32BPP=y CONFIG_OF_LIBFDT_OVERLAY=y # CONFIG_EFI_LOADER is not set -- cgit v1.1