-
CONFIG_OPENTHREAD_MBEDTLS_LIB_NAME
¶
mbedtls lib name
Type: string
Help¶
This option allows to specify one or more mbedtls library files to be linked with OpenThread. Separate multiple values with space ” “.
Direct dependencies¶
NET_L2_OPENTHREAD
|| (NET_L2_OPENTHREAD
&& NETWORKING
)
(Includes any dependencies from ifs and menus.)
Defaults¶
“mbedtls_common mbedcrypto_shared mbedcrypto_cc3xx mbedcrypto_oberon mbedcrypto_vanilla” if
CC3XX_BACKEND
&&OBERON_BACKEND
&&MBEDTLS_VANILLA_BACKEND
“mbedtls_common mbedcrypto_shared mbedcrypto_cc3xx mbedcrypto_oberon” if
CC3XX_BACKEND
&&OBERON_BACKEND
“mbedtls_common mbedcrypto_shared mbedcrypto_cc3xx mbedcrypto_vanilla” if
CC3XX_BACKEND
&&MBEDTLS_VANILLA_BACKEND
“mbedtls_common mbedcrypto_shared mbedcrypto_oberon mbedcrypto_vanilla” if
OBERON_BACKEND
&&MBEDTLS_VANILLA_BACKEND
“mbedtls_common mbedcrypto_shared mbedcrypto_vanilla” if
MBEDTLS_VANILLA_BACKEND
“mbedtls_common mbedcrypto_shared mbedcrypto_cc3xx ” if
CC3XX_BACKEND
“mbedtls_common mbedcrypto_shared mbedcrypto_oberon” if
OBERON_BACKEND
“mbedtls_common” if
OPENTHREAD_NRF_SECURITY
“mbedTLS”
Kconfig definitions¶
At <nRF>/subsys/net/openthread/Kconfig:42
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:25
→ <nRF>/subsys/Kconfig:18
→ <nRF>/subsys/net/Kconfig:9
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Networking → OpenThread
config OPENTHREAD_MBEDTLS_LIB_NAME string default "mbedtls_common mbedcrypto_shared mbedcrypto_cc3xx mbedcrypto_oberon mbedcrypto_vanilla" ifCC3XX_BACKEND
&&OBERON_BACKEND
&&MBEDTLS_VANILLA_BACKEND
default "mbedtls_common mbedcrypto_shared mbedcrypto_cc3xx mbedcrypto_oberon" ifCC3XX_BACKEND
&&OBERON_BACKEND
default "mbedtls_common mbedcrypto_shared mbedcrypto_cc3xx mbedcrypto_vanilla" ifCC3XX_BACKEND
&&MBEDTLS_VANILLA_BACKEND
default "mbedtls_common mbedcrypto_shared mbedcrypto_oberon mbedcrypto_vanilla" ifOBERON_BACKEND
&&MBEDTLS_VANILLA_BACKEND
default "mbedtls_common mbedcrypto_shared mbedcrypto_vanilla" ifMBEDTLS_VANILLA_BACKEND
default "mbedtls_common mbedcrypto_shared mbedcrypto_cc3xx " ifCC3XX_BACKEND
default "mbedtls_common mbedcrypto_shared mbedcrypto_oberon" ifOBERON_BACKEND
default "mbedtls_common" ifOPENTHREAD_NRF_SECURITY
depends onNET_L2_OPENTHREAD
At <Zephyr>/subsys/net/l2/openthread/Kconfig:174
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:37
→ <Zephyr>/subsys/net/Kconfig:85
→ <Zephyr>/subsys/net/l2/Kconfig:75
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → OpenThread L2
config OPENTHREAD_MBEDTLS_LIB_NAME string "mbedtls lib name" default "mbedTLS" depends onNET_L2_OPENTHREAD
&&NETWORKING
help This option allows to specify one or more mbedtls library files to be linked with OpenThread. Separate multiple values with space " ".
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)