diff options
Diffstat (limited to 'configs/stm32f769-disco_defconfig')
-rw-r--r-- | configs/stm32f769-disco_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/stm32f769-disco_defconfig b/configs/stm32f769-disco_defconfig index 421ce09d34..cc3fad603b 100644 --- a/configs/stm32f769-disco_defconfig +++ b/configs/stm32f769-disco_defconfig @@ -65,4 +65,7 @@ CONFIG_VIDEO_STM32_MAX_YRES=800 CONFIG_SPLASH_SCREEN=y CONFIG_SPLASH_SCREEN_ALIGN=y CONFIG_VIDEO_BMP_RLE8=y +CONFIG_BMP_16BPP=y +CONFIG_BMP_24BPP=y +CONFIG_BMP_32BPP=y CONFIG_OF_LIBFDT_OVERLAY=y |