From: Patrice Chotard Date: Fri, 14 Nov 2025 16:23:50 +0000 (+0100) Subject: configs: stm32mp2: Enable LED_BOOT for stm32mp23_defconfig X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cdf5925ea0be4ad76b7d2437011d59be2a55e98;p=thirdparty%2Fu-boot.git configs: stm32mp2: Enable LED_BOOT for stm32mp23_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/stm32mp23_defconfig b/configs/stm32mp23_defconfig index 840855c23e5..49f47becba6 100644 --- a/configs/stm32mp23_defconfig +++ b/configs/stm32mp23_defconfig @@ -55,6 +55,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_SUPPORT_EMMC_BOOT=y CONFIG_STM32_SDMMC2=y