random: add MCUX TRNG driver

Provide a random driver wrapped around the MCUX TRNG driver.

Change-Id: Icbd7ab587aa18ecbd7eae52290aaa5d8ee504cf2
Origin: Original
Signed-off-by: Bogdan Davidoaia <bogdan.davidoaia@linaro.org>
This commit is contained in:
Bogdan Davidoaia 2017-02-28 13:24:43 +02:00 committed by Kumar Gala
commit 5473906993
5 changed files with 81 additions and 0 deletions

View file

@ -45,6 +45,12 @@ config HAS_RNGA
help
Set if the random number generator accelerator (RNGA) module is present in the SoC.
config HAS_TRNG
bool
default n
help
Set if the true random number generator (TRNG) module is present in the SoC.
config HAS_LPUART
bool
default n