Skip to content

Commit 4ba9b34

Browse files
Hi-Im-Davidnordicjm
authored andcommitted
nrf_security: Enable when entropy is enabled on 71X
Enable nrf_security when entropy is enabled. Signed-off-by: David Jewsbury <[email protected]>
1 parent 2307263 commit 4ba9b34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

subsys/nrf_security/Kconfig

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ config NRF_SECURITY
3434
prompt "Enable nRF Security" if !PSA_PROMPTLESS
3535
depends on SOC_FAMILY_NORDIC_NRF
3636
default y if BUILD_WITH_TFM
37-
# entropy is provided by PSA and NRF_SECURITY on NRF54LX
37+
# entropy is provided by PSA and NRF_SECURITY on NRF54LX and NRF71X
3838
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
3940
select DISABLE_MBEDTLS_BUILTIN if MBEDTLS
4041
# NCS does not use TF-M's BL2 bootloader, but uses it's own fork
4142
# of MCUBoot instead (CONFIG_BOOTLOADER_MCUBOOT).

0 commit comments

Comments
 (0)