ksdk: Add KSDK RNGA driver.
Provide a random driver wrapped around the KSDK RNGA driver. Origin: Original Change-Id: I43feeb37d8d5173c7b95af8e80434fb7dc77a83e Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com> Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
ca35c177fd
commit
1bea527da6
6 changed files with 87 additions and 0 deletions
|
@ -48,6 +48,12 @@ config HAS_MCG
|
|||
help
|
||||
Set if the multipurpose clock generator (MCG) module is present in the SoC.
|
||||
|
||||
config HAS_RNGA
|
||||
bool
|
||||
default n
|
||||
help
|
||||
Set if the random number generator accelerator (RNGA) module is present in the SoC.
|
||||
|
||||
if HAS_OSC
|
||||
|
||||
choice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue