zephyr/boards/nordic/nrf5340_audio_dk
Valerio Setti 72555fabb4 board: enable random/entropy generators if BT
BT uses PSA Crypto API to perform crypto operations and, on this
platform, these APIs are implemented through Mbed TLS. In order
to properly initialize this library, a random number generator
is required.

* If the platform supports an HW entropy generator (ex: native_sim,
  nrf), then ENTROPY_GENERATOR must be used;
* Otherwise (ex: qemu_cortex_m3) test random generator can be
  enabled.

Enabling the proper option at board Kconfig level allows for
a more compact code change instead of manually editing _all_
the samples/tests that required this fix.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2024-11-27 16:40:47 -05:00
..
doc
CMakeLists.txt
Kconfig
Kconfig.defconfig
Kconfig.nrf5340_audio_dk
board.cmake
board.yml
nrf5340_audio_dk_config.c
nrf5340_audio_dk_nrf5340_cpuapp.dts
nrf5340_audio_dk_nrf5340_cpuapp.yaml
nrf5340_audio_dk_nrf5340_cpuapp_common-pinctrl.dtsi
nrf5340_audio_dk_nrf5340_cpuapp_common.dtsi
nrf5340_audio_dk_nrf5340_cpuapp_defconfig
nrf5340_audio_dk_nrf5340_cpuapp_ns.dts
nrf5340_audio_dk_nrf5340_cpuapp_ns.yaml
nrf5340_audio_dk_nrf5340_cpuapp_ns_defconfig
nrf5340_audio_dk_nrf5340_cpunet-pinctrl.dtsi
nrf5340_audio_dk_nrf5340_cpunet.dts
nrf5340_audio_dk_nrf5340_cpunet.yaml
nrf5340_audio_dk_nrf5340_cpunet_defconfig
nrf5340_audio_dk_nrf5340_shared.dtsi
pre_dt_board.cmake