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 <Zephyr>/modules/mbedtls/Kconfig:154
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:31
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:68
Menu path: (Top) → Modules → mbedtls (/home/runner/work/sdk-nrf/sdk-nrf/ncs/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 <Zephyr>/modules/mbedtls/Kconfig:154
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:31
→ <Zephyr>/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.)