From: Patrice Chotard Date: Fri, 14 Nov 2025 16:23:48 +0000 (+0100) Subject: configs: stm32mp15: Enable LED_BOOT for stm32mp15_trusted_defconfig X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=952d6d02f17d83726571520c0b61f96b519b824f;p=thirdparty%2Fu-boot.git configs: stm32mp15: Enable LED_BOOT for stm32mp15_trusted_defconfig Enable LED_BOOT to use led_boot_on/off() API in board file. Signed-off-by: Patrice Chotard Reviewed-by: Quentin Schulz --- diff --git a/configs/stm32mp15_trusted_defconfig b/configs/stm32mp15_trusted_defconfig index 3436c5750ec..226d8335784 100644 --- a/configs/stm32mp15_trusted_defconfig +++ b/configs/stm32mp15_trusted_defconfig @@ -95,6 +95,7 @@ CONFIG_HWSPINLOCK_STM32=y CONFIG_DM_I2C=y CONFIG_SYS_I2C_STM32F7=y CONFIG_LED=y +CONFIG_LED_BOOT=y CONFIG_LED_GPIO=y CONFIG_STM32_FMC2_EBI=y CONFIG_SUPPORT_EMMC_BOOT=y