boards|soc: remove selection of ENTROPY_GENERATOR

Now that MbedTLS is capable of automatically enabling
CONFIG_ENTROPY_GENERATOR (when available), we can remove forced
enablements in boards|soc deconfig files.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
Valerio Setti 2024-12-13 11:00:43 +01:00 committed by Benjamin Cabé
commit bc3baf096a
8 changed files with 0 additions and 60 deletions

View file

@ -81,9 +81,6 @@ choice SEGGER_SYSVIEW_SECTION
depends on SEGGER_SYSTEMVIEW
endchoice
config MBEDTLS
default y if CSPRNG_AVAILABLE
if MBEDTLS
#
# MBEDTLS CTR_DRBG code path needs extra stack space for initialization than

View file

@ -20,9 +20,6 @@ config NUM_IRQS
config ZTEST_NO_YIELD
default y if (PM && ZTEST)
config MBEDTLS
default y if CSPRNG_AVAILABLE
if MBEDTLS
#
# MBEDTLS CTR_DRBG code path needs extra stack space for initialization than

View file

@ -38,9 +38,6 @@ config NUM_IRQS
config ZTEST_NO_YIELD
default y if (ZTEST && PM)
config MBEDTLS
default y if CSPRNG_AVAILABLE
if MBEDTLS
#
# MBEDTLS CTR_DRBG code path needs extra stack space for initialization than