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:
Marcus Shawcroft 2016-06-22 17:53:28 +01:00 committed by Maureen Helm
commit 1bea527da6
6 changed files with 87 additions and 0 deletions

View file

@ -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