From: Raphael Gallais-Pou Date: Thu, 4 Sep 2025 12:53:11 +0000 (+0200) Subject: configs: stm32mp25: enable LVDS display support X-Git-Tag: v2026.01-rc3~14^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8876396fc7b4c95f295bb65cefcf3763b6a313ca;p=thirdparty%2Fu-boot.git configs: stm32mp25: enable LVDS display support Compile VIDEO_STM32 and VIDEO_STM32_LVDS by default. Reviewed-by: Patrice Chotard Signed-off-by: Raphael Gallais-Pou Acked-by: Yannick Fertre --- diff --git a/configs/stm32mp25_defconfig b/configs/stm32mp25_defconfig index a5ee02a09b4..61cee2f354e 100644 --- a/configs/stm32mp25_defconfig +++ b/configs/stm32mp25_defconfig @@ -91,6 +91,9 @@ CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_STM32_OSPI=y # CONFIG_OPTEE_TA_AVB is not set +CONFIG_VIDEO=y +CONFIG_VIDEO_STM32=y +CONFIG_VIDEO_STM32_LVDS=y CONFIG_WDT=y CONFIG_WDT_STM32MP=y CONFIG_WDT_ARM_SMC=y