Browse Source

Revert "drivers: entropy: nrf5: add "depends on MULTITHREADING""

This reverts commit a071257c9b.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
pull/82890/head
Valerio Setti 7 months ago committed by Fabio Baltieri
parent
commit
4705a451d3
  1. 1
      drivers/entropy/Kconfig.nrf5

1
drivers/entropy/Kconfig.nrf5

@ -16,7 +16,6 @@ menuconfig ENTROPY_NRF5_RNG @@ -16,7 +16,6 @@ menuconfig ENTROPY_NRF5_RNG
default y
depends on !ENTROPY_NRF_FORCE_ALT
depends on DT_HAS_NORDIC_NRF_RNG_ENABLED
depends on MULTITHREADING # k_sem_xxx() functions used in the driver
select ENTROPY_HAS_DRIVER
help
This option enables the RNG peripheral, which is a random number

Loading…
Cancel
Save