:orphan: .. title:: CONFIG_MBEDTLS_DEBUG_LEVEL .. kconfig:: CONFIG_MBEDTLS_DEBUG_LEVEL CONFIG_MBEDTLS_DEBUG_LEVEL ########################## *mbed TLS default debug level* *mbed TLS default debug level* Type: ``int`` Help ==== .. code-block:: none 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 Help ==== .. code-block:: none 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 Direct dependencies =================== (\ :kconfig:`MBEDTLS_DEBUG ` && \ :kconfig:`MBEDTLS `) || (\ :kconfig:`MBEDTLS_DEBUG ` && \ :kconfig:`MBEDTLS ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 0 - 0 Kconfig definitions =================== At ``/mbedtls/Kconfig:93`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:26`` Menu path: (Top) → Modules → mbedtls (/home/runner/work/bridle/bridle/workspace/modules/crypto/mbedtls) → mbed TLS Support → mbed TLS debug activation .. code-block:: kconfig config MBEDTLS_DEBUG_LEVEL int "mbed TLS default debug level" range 0 4 default 0 depends on MBEDTLS_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 ---- At ``/mbedtls/Kconfig:93`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules → mbed TLS Support → mbed TLS debug activation .. code-block:: kconfig config MBEDTLS_DEBUG_LEVEL int "mbed TLS default debug level" range 0 4 default 0 depends on MBEDTLS_DEBUG && MBEDTLS && 0 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 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*