diff options
author | Patrick Delaunay | 2020-09-28 11:30:15 +0200 |
---|---|---|
committer | Anatolij Gustschin | 2020-10-18 15:26:14 +0200 |
commit | f9a48654ee70fbad29f487d074fd36a1548b4209 (patch) | |
tree | 09ec2c5e7b677ea8e38924953c9a199aa8f70081 /configs/opos6uldev_defconfig | |
parent | 0ed6c0f9cbdad600923427511a40151cdff58006 (diff) |
configs: migrate CONFIG_VIDEO_BMP_RLE8 to defconfigs
Done with:
./tools/moveconfig.py VIDEO_BMP_RLE8
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/opos6uldev_defconfig')
-rw-r--r-- | configs/opos6uldev_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/opos6uldev_defconfig b/configs/opos6uldev_defconfig index 9592ee8879c..ca566631ad8 100644 --- a/configs/opos6uldev_defconfig +++ b/configs/opos6uldev_defconfig @@ -109,5 +109,6 @@ CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_SPLASH_SCREEN=y CONFIG_SPLASH_SCREEN_ALIGN=y CONFIG_SPLASH_SOURCE=y +CONFIG_VIDEO_BMP_RLE8=y CONFIG_OF_LIBFDT_OVERLAY=y # CONFIG_EFI_LOADER is not set |