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:
parent
39068cc70e
commit
bc3baf096a
8 changed files with 0 additions and 60 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue