diff options
| author | Patrice Chotard <[email protected]> | 2025-11-14 17:23:39 +0100 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2025-12-05 11:39:41 +0100 |
| commit | daef8aecf963879552a52c16f91584b6c6817a19 (patch) | |
| tree | 365fafd5d7a3aa9eb46a9a369b6b0182eccf9e1f | |
| parent | c7d03a04af53f961db39ad5c911163ee97227059 (diff) | |
configs: stm32: Enable LED config flags for stm32f429-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/stm32f469-discovery_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/stm32f469-discovery_defconfig b/configs/stm32f469-discovery_defconfig index f0aab073bae..37e48698123 100644 --- a/configs/stm32f469-discovery_defconfig +++ b/configs/stm32f469-discovery_defconfig @@ -29,6 +29,9 @@ CONFIG_CMD_TIMER=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_ARM_PL180_MMCI=y CONFIG_MTD=y CONFIG_DM_MTD=y |
