CONFIG_MBEDTLS_SHELL¶
mbed TLS shell
mbed TLS shell
Type: bool
Help¶
Enable mbed TLS shell module, which allows to show debug information
about mbed TLS library, such as heap usage.
Help¶
Enable mbed TLS shell module, which allows to show debug information
about mbed TLS library, such as heap usage.
Direct dependencies¶
(MBEDTLS
&& SHELL
&& MBEDTLS
) || (MBEDTLS
&& SHELL
&& MBEDTLS
&& 0)
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definitions¶
At <External Modules>/mbedtls/Kconfig:154
Included via Kconfig:8
→ Kconfig.zephyr:33
→ <External Modules>/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:26
Menu path: (Top) → Modules → mbedtls (/home/runner/work/bridle/bridle/workspace/modules/crypto/mbedtls) → mbed TLS Support
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 <External Modules>/mbedtls/Kconfig:154
Included via Kconfig:8
→ Kconfig.zephyr:33
→ <External Modules>/Kconfig:74
Menu path: (Top) → Modules → mbed TLS Support
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.)