blob: fed3bd0ee864d362317368cefc64d6bc230e3089 [file] [log] [blame]
# Kinetis KWx SoC configuration options
# SPDX-License-Identifier: Apache-2.0
if SOC_MKW40Z4
config SOC
default "mkw40z4"
config NUM_IRQS
default 32
config ENTROPY_MCUX_TRNG
default y
depends on ENTROPY_GENERATOR
choice CSPRNG_GENERATOR_CHOICE
default CTR_DRBG_CSPRNG_GENERATOR
endchoice
choice RNG_GENERATOR_CHOICE
default XOSHIRO_RANDOM_GENERATOR
endchoice
config TINYCRYPT
default y
config SOC_FLASH_MCUX
default y
depends on FLASH
endif # SOC_MKW40Z4