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:
parent
5f9eb210f7
commit
b36a31fd7a
5 changed files with 40 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue