From: Patrice Chotard Date: Fri, 14 Nov 2025 16:23:43 +0000 (+0100) Subject: configs: stm32: Enable LED config flags for stm32h743-eval X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb4cef2f6915282b3632dab36a011a3e7379466a;p=thirdparty%2Fu-boot.git configs: stm32: Enable LED config flags for stm32h743-eval Enable LED, LED_BOOT and LED_GPIO flags. Signed-off-by: Patrice Chotard Reviewed-by: Quentin Schulz --- diff --git a/configs/stm32h743-eval_defconfig b/configs/stm32h743-eval_defconfig index 3ee8d082da8..5384592b1fd 100644 --- a/configs/stm32h743-eval_defconfig +++ b/configs/stm32h743-eval_defconfig @@ -32,5 +32,8 @@ CONFIG_CMD_EXT4_WRITE=y CONFIG_OF_CONTROL=y CONFIG_ENV_RELOC_GD_ENV_ADDR=y CONFIG_NO_NET=y +CONFIG_LED=y +CONFIG_LED_BOOT=y +CONFIG_LED_GPIO=y CONFIG_STM32_SDMMC2=y # CONFIG_PINCTRL_FULL is not set