File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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).
You can’t perform that action at this time.
0 commit comments