We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2307263 commit 4ba9b34Copy full SHA for 4ba9b34
subsys/nrf_security/Kconfig
@@ -34,8 +34,9 @@ config NRF_SECURITY
34
prompt "Enable nRF Security" if !PSA_PROMPTLESS
35
depends on SOC_FAMILY_NORDIC_NRF
36
default y if BUILD_WITH_TFM
37
- # entropy is provided by PSA and NRF_SECURITY on NRF54LX
+ # 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 && !IS_BOOTLOADER_IMG
39
+ default y if DT_HAS_ZEPHYR_PSA_CRYPTO_RNG_ENABLED && SOC_SERIES_NRF71X && !IS_BOOTLOADER_IMG
40
select DISABLE_MBEDTLS_BUILTIN if MBEDTLS
41
# NCS does not use TF-M's BL2 bootloader, but uses it's own fork
42
# of MCUBoot instead (CONFIG_BOOTLOADER_MCUBOOT).
0 commit comments