[PATCH v1 09/11] configs: stm32mp15: Enable LED_BOOT for stm32mp15_defconfig
    Patrice Chotard 
    patrice.chotard at foss.st.com
       
    Thu Oct  9 15:54:03 CEST 2025
    
    
  
Enable LED_BOOT to use led_boot_on/off() API in board file.
Signed-off-by: Patrice Chotard <patrice.chotard at foss.st.com>
---
 configs/stm32mp15_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff --git a/configs/stm32mp15_defconfig b/configs/stm32mp15_defconfig
index b3ec3898861..c13bc1d0360 100644
--- a/configs/stm32mp15_defconfig
+++ b/configs/stm32mp15_defconfig
@@ -94,6 +94,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.43.0
    
    
More information about the U-Boot
mailing list