diff options
author | Yannick Fertré | 2019-10-07 15:29:14 +0200 |
---|---|---|
committer | Anatolij Gustschin | 2019-10-13 23:39:34 +0200 |
commit | a6bbc62cab3ab1230d7d07dd80f69b472286f970 (patch) | |
tree | 157236d6486369d8ed0b7be63cbd8bec02162e9a /include | |
parent | aa37506bd375d8b48ee10fab9dcb33bba7b41d59 (diff) |
stm32mp1: configs: update video
Update video configs to support bitmap 16bpp, 24bpp,
32bpp & RLE8.
Signed-off-by: Yannick Fertré <yannick.fertre@st.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/stm32mp1.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/stm32mp1.h b/include/configs/stm32mp1.h index 92660fe2a00..988992b336e 100644 --- a/include/configs/stm32mp1.h +++ b/include/configs/stm32mp1.h @@ -83,6 +83,13 @@ #define CONFIG_SYS_MTDPARTS_RUNTIME #endif +#ifdef CONFIG_DM_VIDEO +#define CONFIG_VIDEO_BMP_RLE8 +#define CONFIG_BMP_16BPP +#define CONFIG_BMP_24BPP +#define CONFIG_BMP_32BPP +#endif + /*****************************************************************************/ #ifdef CONFIG_DISTRO_DEFAULTS /*****************************************************************************/ |