summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorPatrick Delaunay <[email protected]>2022-07-27 10:38:11 +0200
committerPatrice Chotard <[email protected]>2025-04-25 16:00:22 +0200
commit331b4cecc2cf5a21ce8de687dddf7d52293be202 (patch)
tree3f6242d58328da43e0994c0d96cd33c5fd5b18bb /configs
parent0272e50b55cab43253b1df75fe534f382d60ee1d (diff)
board: st: stm32mp2: add user button support
Handle user button 2 to force boot with STM32CubeProgrammer. Signed-off-by: Patrick Delaunay <[email protected]> Signed-off-by: Patrice Chotard <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r--configs/stm32mp25_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/stm32mp25_defconfig b/configs/stm32mp25_defconfig
index 3d6665335f5..3f765346904 100644
--- a/configs/stm32mp25_defconfig
+++ b/configs/stm32mp25_defconfig
@@ -39,12 +39,14 @@ CONFIG_ENV_IS_IN_MMC=y
CONFIG_SYS_MMC_ENV_DEV=-1
CONFIG_NO_NET=y
CONFIG_SYS_64BIT_LBA=y
+CONFIG_BUTTON=y
+CONFIG_BUTTON_GPIO=y
CONFIG_GPIO_HOG=y
CONFIG_DM_I2C=y
CONFIG_SYS_I2C_STM32F7=y
-CONFIG_SUPPORT_EMMC_BOOT=y
CONFIG_LED=y
CONFIG_LED_GPIO=y
+CONFIG_SUPPORT_EMMC_BOOT=y
CONFIG_STM32_SDMMC2=y
CONFIG_MTD=y
CONFIG_USE_SYS_MAX_FLASH_BANKS=y