soc: riscv: rv32m1: kconfig: use RV32M1 TRNG as an entropy generator
If the user requires an entropy generator to be activated, enable the SoC TRNG as a source for the entropy. Signed-off-by: David Leach <david.leach@nxp.com>
This commit is contained in:
parent
d65ddcd7d3
commit
bcd77a572c
1 changed files with 7 additions and 0 deletions
|
@ -181,4 +181,11 @@ config FLASH_BASE_ADDRESS
|
|||
|
||||
endif # FLASH
|
||||
|
||||
if ENTROPY_GENERATOR
|
||||
|
||||
config ENTROPY_RV32M1_TRNG
|
||||
default y
|
||||
|
||||
endif # ENTROPY_GENERATOR
|
||||
|
||||
endif # SOC_OPENISA_RV32M1_RISCV32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue