From: Patrice Chotard Date: Fri, 14 Nov 2025 16:23:40 +0000 (+0100) Subject: configs: stm32: Enable LED config flags for stm32f746-disco X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f071a32e761359dcf72bdeec405302a1646839b;p=thirdparty%2Fu-boot.git configs: stm32: Enable LED config flags for stm32f746-disco Enable LED, LED_BOOT and LED_GPIO flags. Signed-off-by: Patrice Chotard Reviewed-by: Quentin Schulz --- diff --git a/configs/stm32f746-disco_defconfig b/configs/stm32f746-disco_defconfig index 1e39569c055..cd601e72791 100644 --- a/configs/stm32f746-disco_defconfig +++ b/configs/stm32f746-disco_defconfig @@ -37,6 +37,9 @@ CONFIG_OF_CONTROL=y CONFIG_ENV_RELOC_GD_ENV_ADDR=y CONFIG_NETCONSOLE=y CONFIG_NET_RANDOM_ETHADDR=y +CONFIG_LED=y +CONFIG_LED_BOOT=y +CONFIG_LED_GPIO=y CONFIG_ARM_PL180_MMCI=y CONFIG_MTD=y CONFIG_DM_MTD=y