diff options
| author | Patrice Chotard <[email protected]> | 2025-11-14 17:23:45 +0100 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2025-12-05 11:39:41 +0100 |
| commit | addd3fe9b435ab01a73719b635803aea0f80ba7d (patch) | |
| tree | 66d9b29ea705a2b0aa32adedd0c817ea7fc96f27 | |
| parent | 45a2a6c1eb6913b6b0711d461a7450bf73254aaa (diff) | |
configs: stm32mp13: Enable LED_BOOT for stm32mp13_defconfig
Enable LED_BOOT to use led_boot_on/off() API in board file.
Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Quentin Schulz <[email protected]>
| -rw-r--r-- | configs/stm32mp13_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32mp13_defconfig b/configs/stm32mp13_defconfig index 8ef465ac222..6bd13944112 100644 --- a/configs/stm32mp13_defconfig +++ b/configs/stm32mp13_defconfig @@ -74,6 +74,7 @@ CONFIG_GPIO_HOG=y CONFIG_DM_I2C=y CONFIG_SYS_I2C_STM32F7=y CONFIG_LED=y +CONFIG_LED_BOOT=y CONFIG_LED_GPIO=y CONFIG_SUPPORT_EMMC_BOOT=y CONFIG_STM32_SDMMC2=y |
