From e820bc34dcbbc012dc6e5e58c84cc90d7fba2563 Mon Sep 17 00:00:00 2001 From: Patrice Chotard Date: Fri, 14 Nov 2025 17:23:47 +0100 Subject: [PATCH] configs: stm32mp15: Enable LED_BOOT for stm32mp15_basic_defconfig Enable LED_BOOT to use led_boot_on/off() API in board file. Signed-off-by: Patrice Chotard Reviewed-by: Quentin Schulz --- configs/stm32mp15_basic_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/stm32mp15_basic_defconfig b/configs/stm32mp15_basic_defconfig index 69a180888f9..e4a6c894473 100644 --- a/configs/stm32mp15_basic_defconfig +++ b/configs/stm32mp15_basic_defconfig @@ -123,6 +123,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 -- 2.47.3