zephyr/drivers/wifi
Valerio Setti 516886be1b mbedtls: MBEDTLS_ENTROPY_POLL_ZEPHYR default on if MBEDTLS_ENTROPY_C
As long as MBEDTLS_ENTROPY_C is enabled, Mbed TLS needs to
poll some entropy source to gather data that will then be
processed by CTR/HMAC-DRBG modules. This means that in most
of the cases, once MBEDTLS_ENTROPY_C is enabled then also
MBEDTLS_ENTROPY_POLL_ZEPHYR needs to be enabled. This was
done manually until now, as the long list of samples/tests
demonstrate.

This commit solves this dependency by defaulting
MBEDTLS_ENTROPY_POLL_ZEPHYR to on as soon as
MBEDTLS_ENTROPY_C is set. As a consequence, all manual
enablement of MBEDTLS_ENTROPY_POLL_ZEPHYR in samples/tests
are removed.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2024-11-20 15:59:40 -05:00
..
esp32 mbedtls: MBEDTLS_ENTROPY_POLL_ZEPHYR default on if MBEDTLS_ENTROPY_C 2024-11-20 15:59:40 -05:00
esp_at drivers: wifi: esp_at: only log errors in active mode with full IPD 2024-09-06 12:04:49 -05:00
eswifi drivers: wifi: eswifi: fix casts for 64 bit pointers 2024-10-24 12:25:04 -05:00
infineon Infineon: board: remove CONFIG_GPIO from defconfigs 2024-11-14 17:27:06 -06:00
nrfwifi drivers: nrfwifi: Remove passing unused flag 2024-11-17 19:06:34 -05:00
nxp drivers: wifi: nxp: fix build failure after disabling 802.11ax 2024-11-16 15:09:22 -05:00
simplelink
winc1500 drivers/wifi/winc1500: Fix build warnings with 64bit targets 2024-10-26 11:29:46 +02:00
CMakeLists.txt drivers: wifi: esp32: Check blobs dependency 2024-09-30 16:57:50 -05:00
Kconfig