]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: stm32: Enable LED config flags for stm32f769-disco
authorPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 14 Nov 2025 16:23:41 +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/stm32f769-disco_defconfig

index 8cda9e3dff8a2b54273c44f55a23f250e302c640..5eafb6842e2eecc68412163d0c4a955d2b31d8b5 100644 (file)
@@ -38,6 +38,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