]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: stm32: Enable LED config flags for stm32f429-disco
authorPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 14 Nov 2025 16:23:38 +0000 (17:23 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 5 Dec 2025 10:39:41 +0000 (11:39 +0100)
Enable LED, LED_BOOT and LED_GPIO flags.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
configs/stm32f429-discovery_defconfig

index 45dc8bb0ceede544fe90dc83664ce3e870a029d3..2195b8867dd8c2c104d4bd1be933aff663efab8f 100644 (file)
@@ -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