[Uboot-stm32] [PATCH 3/3] configs: stm32mp25: Enable MFD timer and PWM for stm32mp25_defconfig

Patrice CHOTARD patrice.chotard at foss.st.com
Thu Jul 31 11:16:21 CEST 2025



On 7/28/25 11:04, Patrice CHOTARD wrote:
> 
> 
> On 6/20/25 17:50, Cheick Traore wrote:
>> 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.traore at 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
> Hi Cheick
> 
> Reviewed-by: Patrice Chotard <patrice.chotard at foss.st.com>
> 
> Thanks

Applied to u-boot-stm32/master

Thanks
Patrice

> _______________________________________________
> Uboot-stm32 mailing list
> Uboot-stm32 at st-md-mailman.stormreply.com
> https://st-md-mailman.stormreply.com/mailman/listinfo/uboot-stm32


More information about the U-Boot mailing list