diff options
| author | Patrice Chotard <[email protected]> | 2025-11-14 17:23:46 +0100 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2025-12-05 11:39:41 +0100 |
| commit | 7fa915808ea4ddec1d935edcd5bd6071cb37292c (patch) | |
| tree | 85220e3b46486c8f43a69cac8a222fa7012a3527 | |
| parent | addd3fe9b435ab01a73719b635803aea0f80ba7d (diff) | |
configs: stm32mp15: Enable LED_BOOT for stm32mp15_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/stm32mp15_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32mp15_defconfig b/configs/stm32mp15_defconfig index 6adc0b252ec..af2efc7bceb 100644 --- a/configs/stm32mp15_defconfig +++ b/configs/stm32mp15_defconfig @@ -94,6 +94,7 @@ CONFIG_HWSPINLOCK_STM32=y CONFIG_DM_I2C=y CONFIG_SYS_I2C_STM32F7=y CONFIG_LED=y +CONFIG_LED_BOOT=y CONFIG_LED_GPIO=y CONFIG_STM32_FMC2_EBI=y CONFIG_SUPPORT_EMMC_BOOT=y |
