-
CONFIG_MBEDTLS_DEBUG_LEVEL
¶
mbed TLS default debug level
Type: int
Help¶
Default mbed TLS debug logging level for Zephyr integration code (from ext/lib/crypto/mbedtls/include/mbedtls/debug.h): 0 No debug 1 Error 2 State change 3 Information 4 Verbose
Defaults¶
- 0 if
MBEDTLS_DEBUG
&&MBEDTLS
Kconfig definition¶
At ext/lib/crypto/mbedtls/Kconfig:88
Included via Kconfig:10
→ Kconfig.zephyr:41
→ ext/Kconfig:13
→ ext/lib/crypto/Kconfig:10
Menu path: (top menu) → External Sources → Cryptography → mbedTLS Support
config MBEDTLS_DEBUG_LEVEL int prompt "mbed TLS default debug level" ifMBEDTLS_DEBUG
&&MBEDTLS
range 0 4 ifMBEDTLS_DEBUG
&&MBEDTLS
default 0 ifMBEDTLS_DEBUG
&&MBEDTLS
depends onMBEDTLS_DEBUG
&&MBEDTLS
help Default mbed TLS debug logging level for Zephyr integration code (from ext/lib/crypto/mbedtls/include/mbedtls/debug.h): 0 No debug 1 Error 2 State change 3 Information 4 Verbose
(Definitions include propagated dependencies, including from if’s and menus.)