zephyr/subsys/mgmt
Valerio Setti 39068cc70e mbedtls: select ENTROPY_GENERATOR when a driver is available
This is based on the introduction of a helper Kconfig symbol in
"subsys/random/Kconfig" which is named CSPRNG_AVAILABLE. When this is
enabled it means that there is a "zephyr,entropy" property defined in the
device-tree, therefore Mbed TLS can select ENTROPY_GENERATOR to allow
the platform specific driver to be included into the build.

This commit also changes other locations where CSPRNG_ENABLED was used
moving it to CSPRNG_AVAILABLE in order to solve dependency loop
build failures.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2024-12-19 17:53:37 +01:00
..
ec_host_cmd mgmt: ec_host_cmd: add support for nocache buffers 2024-12-04 16:11:54 +01:00
hawkbit mgmt: hawkbit: don't require HWINFO 2024-11-22 13:02:29 -06:00
mcumgr Subsys: mgmt: mcumgr: Fix mcumgr assertion error 2024-12-16 13:09:28 +01:00
osdp mbedtls: select ENTROPY_GENERATOR when a driver is available 2024-12-19 17:53:37 +01:00
updatehub mgmt: updatehub: replace TinyCrypt by PSA 2024-06-14 14:02:08 -04:00
CMakeLists.txt
Kconfig