mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-25 13:35:22 +00:00
This driver makes use of the nRF RNG peripheral, so it can be used only for SoCs that are equipped with one, and not all nRF SoCs are. The option enabling the driver should then depend on `HAS_HW_NRF_RNG`, which indicates the presence of this peripheral in a given SoC. This patch removes also entries disabling this driver in default configurations for nRF9160 SoC, as these were needed only because of the invalid dependency of the ENTROPY_NRF5_RNG option. A minor adjustment of Kconfig files of the nrf52_bsim board was required as well, so that this board's configuration can properly handle this corrected dependency. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
entropy_cc13xx_cc26xx.c | ||
entropy_esp32.c | ||
entropy_handlers.c | ||
entropy_mcux_rnga.c | ||
entropy_mcux_trng.c | ||
entropy_nrf5.c | ||
entropy_sam.c | ||
entropy_stm32.c | ||
fake_entropy_native_posix.c | ||
Kconfig | ||
Kconfig.cc13xx_cc26xx | ||
Kconfig.esp32 | ||
Kconfig.mcux | ||
Kconfig.native_posix | ||
Kconfig.nrf5 | ||
Kconfig.sam | ||
Kconfig.stm32 |