drivers: entropy: Add STM32G4X RNG support
Add RNG driver support for STM32G4X SoC series. Signed-off-by: Richard Osterloh <richard.osterloh@gmail.com>
This commit is contained in:
parent
c678d4508d
commit
3e5187b458
4 changed files with 22 additions and 3 deletions
|
@ -60,6 +60,10 @@
|
|||
#include <stm32g4xx_ll_adc.h>
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_ENTROPY_STM32_RNG
|
||||
#include <stm32g4xx_ll_rng.h>
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_COUNTER_RTC_STM32)
|
||||
#include <stm32g4xx_ll_rtc.h>
|
||||
#include <stm32g4xx_ll_exti.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue