diff options
| author | Patrice Chotard <[email protected]> | 2025-11-14 17:23:44 +0100 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2025-12-05 11:39:41 +0100 |
| commit | 45a2a6c1eb6913b6b0711d461a7450bf73254aaa (patch) | |
| tree | eb8fafeee875830b925528791bf7590b65f8c08b | |
| parent | fb4cef2f6915282b3632dab36a011a3e7379466a (diff) | |
configs: stm32: Enable LED config flags for stm32h747-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/stm32h747-disco_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/stm32h747-disco_defconfig b/configs/stm32h747-disco_defconfig index bea1fa5a809..3db7eea238b 100644 --- a/configs/stm32h747-disco_defconfig +++ b/configs/stm32h747-disco_defconfig @@ -32,5 +32,8 @@ CONFIG_CMD_EXT4_WRITE=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_STM32_SDMMC2=y # CONFIG_PINCTRL_FULL is not set |
