-
CONFIG_MBEDTLS_LIBRARY
¶
Use external mbedTLS library
Use external mbedTLS library
Type: bool
Help¶
Use external, out-of-tree prebuilt mbedTLS library. For advanced
users only.
Help¶
Use external, out-of-tree prebuilt mbedTLS library. For advanced
users only.
Direct dependencies¶
<choice MBEDTLS_IMPLEMENTATION: Select implementation> || <choice MBEDTLS_IMPLEMENTATION: Select implementation>
(Includes any dependencies from ifs and menus.)
Kconfig definitions¶
At <Zephyr>/modules/mbedtls/Kconfig:35
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:50
Menu path: (Top) → Modules → mbedtls (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/crypto/mbedtls) → mbed TLS Support → Select implementation
config MBEDTLS_LIBRARY
bool "Use external mbedTLS library"
depends on <choice MBEDTLS_IMPLEMENTATION>
help
Use external, out-of-tree prebuilt mbedTLS library. For advanced
users only.
At <Zephyr>/modules/mbedtls/Kconfig:35
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:66
Menu path: (Top) → Modules → mbed TLS Support → Select implementation
config MBEDTLS_LIBRARY
bool "Use external mbedTLS library"
depends on <choice MBEDTLS_IMPLEMENTATION>
help
Use external, out-of-tree prebuilt mbedTLS library. For advanced
users only.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)