summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Chotard <[email protected]>2025-11-14 17:23:49 +0100
committerPatrice Chotard <[email protected]>2025-12-05 11:39:41 +0100
commitfa474b3ed252887ece2809bc2fb039a9b49f3fb3 (patch)
treed8d6a9b762aad2dda3d90c8fce6ab6ed05a9b11f
parent952d6d02f17d83726571520c0b61f96b519b824f (diff)
configs: stm32mp2: Enable LED_BOOT for stm32mp25_defconfig
Enable LED_BOOT to use led_boot_on/off() API in board file. Signed-off-by: Patrice Chotard <[email protected]> Reviewed-by: Quentin Schulz <[email protected]>
-rw-r--r--configs/stm32mp25_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32mp25_defconfig b/configs/stm32mp25_defconfig
index 61cee2f354e..234a6a8abdc 100644
--- a/configs/stm32mp25_defconfig
+++ b/configs/stm32mp25_defconfig
@@ -61,6 +61,7 @@ CONFIG_GPIO_HOG=y
CONFIG_DM_I2C=y
CONFIG_SYS_I2C_STM32F7=y
CONFIG_LED=y
+CONFIG_LED_BOOT=y
CONFIG_LED_GPIO=y
CONFIG_STM32_OMM=y
CONFIG_SUPPORT_EMMC_BOOT=y