From: Patrice Chotard Date: Fri, 14 Nov 2025 16:08:53 +0000 (+0100) Subject: configs: stm32: Enable ADC support for stm32mp13_defconfig X-Git-Tag: v2026.01-rc3~14^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=371baac357c58aebd0a96d3061c97910d4f1da64;p=thirdparty%2Fu-boot.git configs: stm32: Enable ADC support for stm32mp13_defconfig Enable STM_ADC and CM_ADC for stm32mp13_defconfig Signed-off-by: Patrice Chotard Reviewed-by: Patrick Delaunay --- diff --git a/configs/stm32mp13_defconfig b/configs/stm32mp13_defconfig index 3283e910219..8ef465ac222 100644 --- a/configs/stm32mp13_defconfig +++ b/configs/stm32mp13_defconfig @@ -29,6 +29,7 @@ CONFIG_CMD_NVEDIT_EFI=y CONFIG_CMD_MEMINFO=y CONFIG_CMD_MEMTEST=y CONFIG_CMD_UNZIP=y +CONFIG_CMD_ADC=y CONFIG_CMD_CLK=y CONFIG_CMD_FUSE=y CONFIG_CMD_GPIO=y @@ -56,6 +57,7 @@ CONFIG_ENV_REDUNDANT=y CONFIG_ENV_RELOC_GD_ENV_ADDR=y CONFIG_ENV_MMC_DEVICE_INDEX=-1 CONFIG_ENV_MMC_USE_DT=y +CONFIG_STM32_ADC=y CONFIG_SYS_64BIT_LBA=y CONFIG_BUTTON=y CONFIG_BUTTON_GPIO=y