soc: remove usage of TinyCrypt in NXP SOCs
As for the IMX SOCs all the lines removed in this commit were actually commented out so there's basically no change in code behavior expected here. The only affected SOCs family is therefore the Kinetis one. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
parent
dbda4642cd
commit
adad8dc48a
4 changed files with 0 additions and 16 deletions
|
@ -85,11 +85,7 @@ choice SEGGER_SYSVIEW_SECTION
|
|||
depends on SEGGER_SYSTEMVIEW
|
||||
endchoice
|
||||
|
||||
#
|
||||
# MBEDTLS is larger but much faster than TinyCrypt so choose wisely
|
||||
#
|
||||
config MBEDTLS
|
||||
#config TINYCRYPT
|
||||
default y if CSPRNG_ENABLED
|
||||
depends on ENTROPY_GENERATOR
|
||||
|
||||
|
|
|
@ -20,11 +20,7 @@ config NUM_IRQS
|
|||
config ZTEST_NO_YIELD
|
||||
default y if (PM && ZTEST)
|
||||
|
||||
#
|
||||
# MBEDTLS is larger but much faster than TinyCrypt so choose wisely
|
||||
#
|
||||
config MBEDTLS
|
||||
#config TINYCRYPT
|
||||
default y if CSPRNG_ENABLED
|
||||
depends on ENTROPY_GENERATOR
|
||||
|
||||
|
|
|
@ -34,11 +34,7 @@ config NUM_IRQS
|
|||
config ZTEST_NO_YIELD
|
||||
default y if (ZTEST && PM)
|
||||
|
||||
#
|
||||
# MBEDTLS is larger but much faster than TinyCrypt so choose wisely
|
||||
#
|
||||
config MBEDTLS
|
||||
#config TINYCRYPT
|
||||
default y if CSPRNG_ENABLED
|
||||
depends on ENTROPY_GENERATOR
|
||||
|
||||
|
|
|
@ -25,10 +25,6 @@ choice RNG_GENERATOR_CHOICE
|
|||
default XOSHIRO_RANDOM_GENERATOR
|
||||
endchoice
|
||||
|
||||
config TINYCRYPT
|
||||
default y
|
||||
depends on ENTROPY_GENERATOR && SOC_MKW41Z4
|
||||
|
||||
endif # SOC_MKW40Z4 || SOC_MKW41Z4
|
||||
|
||||
endif # SOC_SERIES_KINETIS_KWX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue