:orphan: .. title:: CONFIG_MBEDTLS_SHELL .. kconfig:: CONFIG_MBEDTLS_SHELL CONFIG_MBEDTLS_SHELL #################### *mbed TLS shell* *mbed TLS shell* Type: ``bool`` Help ==== .. code-block:: none Enable mbed TLS shell module, which allows to show debug information about mbed TLS library, such as heap usage. Help ==== .. code-block:: none Enable mbed TLS shell module, which allows to show debug information about mbed TLS library, such as heap usage. Direct dependencies =================== (\ :kconfig:`MBEDTLS ` && \ :kconfig:`SHELL ` && \ :kconfig:`MBEDTLS `) || (\ :kconfig:`MBEDTLS ` && \ :kconfig:`SHELL ` && \ :kconfig:`MBEDTLS ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definitions =================== At ``/mbedtls/Kconfig:154`` 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 .. code-block:: kconfig config MBEDTLS_SHELL bool "mbed TLS shell" depends on MBEDTLS && SHELL && MBEDTLS help Enable mbed TLS shell module, which allows to show debug information about mbed TLS library, such as heap usage. ---- At ``/mbedtls/Kconfig:154`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules → mbed TLS Support .. code-block:: kconfig config MBEDTLS_SHELL bool "mbed TLS shell" depends on MBEDTLS && SHELL && MBEDTLS && 0 help Enable mbed TLS shell module, which allows to show debug information about mbed TLS library, such as heap usage. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*