
11 Sep
2023
11 Sep
'23
11:57 a.m.
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