Skip to content

Commit ebbab12

Browse files
[nrf noup] drivers: entropy: Add nRF7120 to fake entropy nRF PRNG driver
This adds nrf7120 device to devices that can use fake entropy since final entropy source is not available yet. TODO: Remove this commit when proper solution will be available. Signed-off-by: Robert Robinson <[email protected]>
1 parent 9b0cfcc commit ebbab12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/entropy/Kconfig.nrf_prng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ config FAKE_ENTROPY_NRF_PRNG
99
bool "A fake nRF entropy driver"
1010
default y
1111
depends on DT_HAS_NORDIC_ENTROPY_PRNG_ENABLED
12-
depends on (SOC_SERIES_NRF54HX || SOC_SERIES_NRF92X || SOC_SERIES_NRF54LX)
12+
depends on (SOC_SERIES_NRF54HX || SOC_SERIES_NRF92X || SOC_SERIES_NRF54LX || SOC_SERIES_NRF71X)
1313
select ENTROPY_HAS_DRIVER
1414
help
1515
This is a super simple PRNG driver that can be used on nRF platforms that

0 commit comments

Comments
 (0)