soc:mk64f12: Enable RANDOM_KSDK driver by default if RANDOM_GENERATOR enabled.
The mk64f12 provides RNGA hardware. Follow the implementation pattern used by various other driver classes and enable the RANDOM KSDK shim driver if the RANDOM driver is enabled. Change-Id: I46bdf16cf1c48937011fb1b0e4c292615efd4c95 Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
This commit is contained in:
parent
989f216357
commit
c49ad10273
1 changed files with 7 additions and 0 deletions
|
@ -203,4 +203,11 @@ config ETH_KSDK_0
|
|||
|
||||
endif # ETHERNET
|
||||
|
||||
if RANDOM_GENERATOR
|
||||
|
||||
config RANDOM_KSDK
|
||||
def_bool y
|
||||
|
||||
endif # RANDOM_GENERATOR
|
||||
|
||||
endif # SOC_MK64F12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue