zephyr/modules/mbedtls
Robert Lubos b76c35d809 modules: mbedtls: Replace select statement with depends on for EC
Instead of using "select" on certain EC configurations, which is
considered unsafe for various reasons, use a "depends on" and rely on
the user to set a proper configuration in the config file.

Update the respective project configurations to comply with the new
configuration scheme.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2022-10-07 15:12:42 +02:00
..
configs modules: mbedtls: Add mbed TLS entropy source based on Zephyr entropy 2022-08-12 16:17:59 +02:00
include modules: mbedtls: move debug log hook implementation to modules/mbedtls/ 2022-08-17 12:03:52 +02:00
CMakeLists.txt modules: mbedtls: support extracting __FILE__ basename at buildtime 2022-08-17 12:03:52 +02:00
Kconfig modules: mbedtls: support stripping newline from debug log messages 2022-08-17 12:03:52 +02:00
Kconfig.tls-generic modules: mbedtls: Replace select statement with depends on for EC 2022-10-07 15:12:42 +02:00
debug.c modules: mbedtls: support stripping newline from debug log messages 2022-08-17 12:03:52 +02:00
shell.c modules: migrate includes to <zephyr/...> 2022-05-06 19:57:47 +02:00
zephyr_init.c modules: mbedtls: set mbedTLS debug threshold during module initialization 2022-08-17 12:03:52 +02:00