Skip to content

Commit adad8dc

Browse files
valeriosettimmahadevan108
authored andcommitted
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 <[email protected]>
1 parent dbda464 commit adad8dc

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

soc/nxp/imxrt/Kconfig.defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,7 @@ choice SEGGER_SYSVIEW_SECTION
8585
depends on SEGGER_SYSTEMVIEW
8686
endchoice
8787

88-
#
89-
# MBEDTLS is larger but much faster than TinyCrypt so choose wisely
90-
#
9188
config MBEDTLS
92-
#config TINYCRYPT
9389
default y if CSPRNG_ENABLED
9490
depends on ENTROPY_GENERATOR
9591

soc/nxp/imxrt/imxrt5xx/Kconfig.defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ config NUM_IRQS
2020
config ZTEST_NO_YIELD
2121
default y if (PM && ZTEST)
2222

23-
#
24-
# MBEDTLS is larger but much faster than TinyCrypt so choose wisely
25-
#
2623
config MBEDTLS
27-
#config TINYCRYPT
2824
default y if CSPRNG_ENABLED
2925
depends on ENTROPY_GENERATOR
3026

soc/nxp/imxrt/imxrt6xx/Kconfig.defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@ config NUM_IRQS
3434
config ZTEST_NO_YIELD
3535
default y if (ZTEST && PM)
3636

37-
#
38-
# MBEDTLS is larger but much faster than TinyCrypt so choose wisely
39-
#
4037
config MBEDTLS
41-
#config TINYCRYPT
4238
default y if CSPRNG_ENABLED
4339
depends on ENTROPY_GENERATOR
4440

soc/nxp/kinetis/kwx/Kconfig.defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ choice RNG_GENERATOR_CHOICE
2525
default XOSHIRO_RANDOM_GENERATOR
2626
endchoice
2727

28-
config TINYCRYPT
29-
default y
30-
depends on ENTROPY_GENERATOR && SOC_MKW41Z4
31-
3228
endif # SOC_MKW40Z4 || SOC_MKW41Z4
3329

3430
endif # SOC_SERIES_KINETIS_KWX

0 commit comments

Comments
 (0)