From: Patrice Chotard Date: Fri, 14 Nov 2025 16:23:38 +0000 (+0100) Subject: configs: stm32: Enable LED config flags for stm32f429-disco X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7d03a04af53f961db39ad5c911163ee97227059;p=thirdparty%2Fu-boot.git configs: stm32: Enable LED config flags for stm32f429-disco Enable LED, LED_BOOT and LED_GPIO flags. Signed-off-by: Patrice Chotard Reviewed-by: Quentin Schulz --- diff --git a/configs/stm32f429-discovery_defconfig b/configs/stm32f429-discovery_defconfig index 45dc8bb0cee..2195b8867dd 100644 --- a/configs/stm32f429-discovery_defconfig +++ b/configs/stm32f429-discovery_defconfig @@ -29,6 +29,9 @@ CONFIG_CMD_TIMER=y CONFIG_OF_CONTROL=y CONFIG_ENV_IS_IN_FLASH=y CONFIG_NO_NET=y +CONFIG_LED=y +CONFIG_LED_BOOT=y +CONFIG_LED_GPIO=y # CONFIG_MMC is not set CONFIG_MTD=y CONFIG_MTD_NOR_FLASH=y