Skip to content

Commit 7eca306

Browse files
degjorvanordic-piks
authored andcommitted
Revert "nrf_security: update entropy config to enable ENTROPY_GENERATOR"
This reverts commit 8479106. Signed-off-by: Dag Erik Gjørvad <[email protected]>
1 parent 879e8c0 commit 7eca306

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

subsys/nrf_security/Kconfig

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ config NRF_SECURITY
3535
depends on SOC_FAMILY_NORDIC_NRF
3636
default y if BUILD_WITH_TFM
3737
# entropy is provided by PSA and NRF_SECURITY on NRF54LX and NRF71X
38-
default y if DT_HAS_ZEPHYR_PSA_CRYPTO_RNG_ENABLED && (SOC_SERIES_NRF54LX || SOC_SERIES_NRF71X) && !IS_BOOTLOADER_IMG && GEN_ISR_TABLES
39-
# When PSA RNG is present on nRF54Lx/nRF71x, ensure entropy drivers are enabled
40-
select ENTROPY_GENERATOR if DT_HAS_ZEPHYR_PSA_CRYPTO_RNG_ENABLED && (SOC_SERIES_NRF54LX || SOC_SERIES_NRF71X) && !IS_BOOTLOADER_IMG && GEN_ISR_TABLES
38+
default y if DT_HAS_ZEPHYR_PSA_CRYPTO_RNG_ENABLED && SOC_SERIES_NRF54LX && !IS_BOOTLOADER_IMG && GEN_ISR_TABLES
39+
default y if DT_HAS_ZEPHYR_PSA_CRYPTO_RNG_ENABLED && SOC_SERIES_NRF71X && !IS_BOOTLOADER_IMG && GEN_ISR_TABLES
4140
select DISABLE_MBEDTLS_BUILTIN if MBEDTLS
4241
# NCS does not use TF-M's BL2 bootloader, but uses it's own fork
4342
# of MCUBoot instead (CONFIG_BOOTLOADER_MCUBOOT).

0 commit comments

Comments
 (0)