diff options
| author | Patrice Chotard <[email protected]> | 2025-11-14 17:23:41 +0100 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2025-12-05 11:39:41 +0100 |
| commit | b0b57d7df920fd6a7c1b61b9bed528060b9ddaf5 (patch) | |
| tree | fbc29bdcc6d44af1587395c74d19535a4b485f15 | |
| parent | 8f071a32e761359dcf72bdeec405302a1646839b (diff) | |
configs: stm32: Enable LED config flags for stm32f769-disco
Enable LED, LED_BOOT and LED_GPIO flags.
Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Quentin Schulz <[email protected]>
| -rw-r--r-- | configs/stm32f769-disco_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/stm32f769-disco_defconfig b/configs/stm32f769-disco_defconfig index 8cda9e3dff8..5eafb6842e2 100644 --- a/configs/stm32f769-disco_defconfig +++ b/configs/stm32f769-disco_defconfig @@ -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 |
