drivers: entropy: Add Gecko trng driver for EFR32BG22

This commit enables entropy driver on EFR32BG22 SoC.

Signed-off-by: Mateusz Sierszulski <msierszulski@antmicro.com>
This commit is contained in:
Mateusz Sierszulski 2022-09-13 13:30:52 +02:00 committed by Fabio Baltieri
commit b36a31fd7a
5 changed files with 40 additions and 0 deletions

View file

@ -134,6 +134,12 @@ choice SOC_GECKO_EMU_DCDC_MODE
bool "Bypass"
endchoice
config CRYPTO_ACC_GECKO_TRNG
bool
help
Enable Entropy driver based on the CRYPTO_ACC module for Silicon Labs
Gecko chips.
config SOC_GECKO_DEV_INIT
bool
help