summaryrefslogtreecommitdiff
path: root/configs/stm32mp15_dhcor_basic_defconfig
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2020-09-28 11:30:16 +0200
committerAnatolij Gustschin <agust@denx.de>2020-10-18 15:27:01 +0200
commit8fc78fc73b7f9d379913a503ecf4bd10af0011d8 (patch)
tree3246e94cbac825f6f6b1d285266f90ca837f2529 /configs/stm32mp15_dhcor_basic_defconfig
parentf9a48654ee70fbad29f487d074fd36a1548b4209 (diff)
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 <patrick.delaunay@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/stm32mp15_dhcor_basic_defconfig')
-rw-r--r--configs/stm32mp15_dhcor_basic_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/stm32mp15_dhcor_basic_defconfig b/configs/stm32mp15_dhcor_basic_defconfig
index 5e549ff248..a6620561ac 100644
--- a/configs/stm32mp15_dhcor_basic_defconfig
+++ b/configs/stm32mp15_dhcor_basic_defconfig
@@ -143,5 +143,8 @@ CONFIG_VIDEO_STM32_DSI=y
CONFIG_VIDEO_STM32_MAX_XRES=1280
CONFIG_VIDEO_STM32_MAX_YRES=800
CONFIG_VIDEO_BMP_RLE8=y
+CONFIG_BMP_16BPP=y
+CONFIG_BMP_24BPP=y
+CONFIG_BMP_32BPP=y
CONFIG_LZO=y
CONFIG_FDT_FIXUP_PARTITIONS=y