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:
Marcus Shawcroft 2016-10-25 15:30:32 +01:00 committed by Anas Nashif
commit c49ad10273

View file

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