diff options
| author | Raphael Gallais-Pou <[email protected]> | 2025-09-04 14:53:11 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-17 10:43:57 -0600 |
| commit | 8876396fc7b4c95f295bb65cefcf3763b6a313ca (patch) | |
| tree | 1517e348c8e462eb5e9847c9a1424ce6110dcc9b /configs | |
| parent | 35be94614733e500bc00b8297ffdecf50aea6d03 (diff) | |
configs: stm32mp25: enable LVDS display support
Compile VIDEO_STM32 and VIDEO_STM32_LVDS by default.
Reviewed-by: Patrice Chotard <[email protected]>
Signed-off-by: Raphael Gallais-Pou <[email protected]>
Acked-by: Yannick Fertre <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/stm32mp25_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
