Enable the following configs: - CONFIG_MFD_STM32_TIMERS: enables support for the STM32 multifunction timer - CONFIG_DM_PWM: enables support for pulse-width modulation devices - CONFIG_CMD_PWM: enables 'pwm' command to control PWM channels - CONFIG_PWM_STM32: enables support for the STM32 PWM devices
Signed-off-by: Cheick Traore <cheick.tra...@foss.st.com> --- configs/stm32mp25_defconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/stm32mp25_defconfig b/configs/stm32mp25_defconfig index acb48f4ec72..3be00c6201e 100644 --- a/configs/stm32mp25_defconfig +++ b/configs/stm32mp25_defconfig @@ -24,11 +24,15 @@ CONFIG_SYS_PROMPT="STM32MP> " CONFIG_CMD_BOOTZ=y CONFIG_CMD_ADTIMG=y # CONFIG_CMD_ELF is not set +CONFIG_MFD_STM32_TIMERS=y CONFIG_CMD_MEMINFO=y CONFIG_CMD_MEMTEST=y +CONFIG_DM_PWM=y +CONFIG_PWM_STM32=y CONFIG_CMD_CLK=y CONFIG_CMD_FUSE=y CONFIG_CMD_GPIO=y +CONFIG_CMD_PWM=y # CONFIG_CMD_LOADB is not set CONFIG_CMD_MMC=y CONFIG_CMD_CACHE=y -- 2.34.1