diff options
Diffstat (limited to 'configs/odroid-n2_defconfig')
-rw-r--r-- | configs/odroid-n2_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/odroid-n2_defconfig b/configs/odroid-n2_defconfig index 5411296c11..76c60ab032 100644 --- a/configs/odroid-n2_defconfig +++ b/configs/odroid-n2_defconfig @@ -63,4 +63,7 @@ CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_VIDEO_MESON=y CONFIG_VIDEO_DT_SIMPLEFB=y CONFIG_VIDEO_BMP_RLE8=y +CONFIG_BMP_16BPP=y +CONFIG_BMP_24BPP=y +CONFIG_BMP_32BPP=y CONFIG_OF_LIBFDT_OVERLAY=y |