[PATCH 1/7] rng: stm32: rename STM32 RNG driver
Gatien CHEVALLIER
gatien.chevallier at foss.st.com
Mon Sep 11 11:57:26 CEST 2023
On 9/11/23 10:27, Grzegorz Szymaszek wrote:
> Hi,
>
> On Thu, Sep 07, 2023 at 06:21:54PM +0200, Gatien Chevallier wrote:
>> diff --git a/drivers/rng/Kconfig b/drivers/rng/Kconfig
>> -%<-
>> -config RNG_STM32MP1
>> - bool "Enable random number generator for STM32MP1"
>> +config RNG_STM32
>> + bool "Enable random number generator for STM32"
>> depends on ARCH_STM32MP
>
> Shouldn't the "depends on" be updated as well?
> ("depends on ARCH_STM32 || ARCH_STM32MP", like in STM32_RESET.)
>
Hi Grzegorz,
I agree, this could be used for MCUs so I'll add ARCH_STM32.
Heinrich, Patrick, can I keep your tag while adding this?
Best regards,
Gatien
>
> All the best
>
More information about the U-Boot
mailing list