diff --git a/subsys/nrf_security/Kconfig b/subsys/nrf_security/Kconfig index 0064d04df59..f17b458943d 100644 --- a/subsys/nrf_security/Kconfig +++ b/subsys/nrf_security/Kconfig @@ -34,8 +34,8 @@ config NRF_SECURITY prompt "Enable nRF Security" if !PSA_PROMPTLESS depends on SOC_FAMILY_NORDIC_NRF default y if BUILD_WITH_TFM - # entropy is provided by PSA and NRF_SECURITY on NRF54LX - default y if ENTROPY_PSA_CRYPTO_RNG && SOC_SERIES_NRF54LX + # entropy is provided by PSA and NRF_SECURITY on NRF54LX and NRF71X + default y if ENTROPY_PSA_CRYPTO_RNG && (SOC_SERIES_NRF54LX || SOC_SERIES_NRF71X) select DISABLE_MBEDTLS_BUILTIN if MBEDTLS # NCS does not use TF-M's BL2 bootloader, but uses it's own fork # of MCUBoot instead (CONFIG_BOOTLOADER_MCUBOOT).