Skip to content

Commit c76cf87

Browse files
joerchanrlubos
authored andcommitted
[nrf noup] dts: choose cryptocell for entropy on nrf91 series
fixup! [nrf noup] dts: choose cryptocell for entropy when available This is a long-term noup patch because driver support is NCS-only. Use all of nrf91 series devices instead of nrf9160 specific. Signed-off-by: Joakim Andersson <[email protected]>
1 parent 647ac99 commit c76cf87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/arm/nordic_nrf/Kconfig.peripherals

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ config HAS_HW_NRF_BPROT
1414

1515
config HAS_HW_NRF_CC310
1616
def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_CC310)) || \
17-
($(dt_nodelabel_enabled,psa_rng) && SOC_NRF9160)
17+
($(dt_nodelabel_enabled,psa_rng) && SOC_SERIES_NRF91X)
1818

1919
config HAS_HW_NRF_CC312
2020
def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_CC312)) || \

0 commit comments

Comments
 (0)