-
CONFIG_PELION_MBEDTLS_LIB_NAME
¶
(No prompt – not directly user assignable.)
Type: string
Help¶
This option allows to specify one or more mbedtls library files to be
linked with Pelion. Separate multiple values with space " ".
Help¶
This option allows to specify one or more mbedtls library files to be
linked with Pelion. Separate multiple values with space " ".
Direct dependencies¶
PELION_SOURCES
|| (PELION_SOURCES
&& PELION_CLIENT
)
(Includes any dependencies from ifs and menus.)
Defaults¶
“mbedTLS” if
PELION_NRF_SECURITY
“mbedTLS” if
MBEDTLS
Kconfig definitions¶
At <nRF>/lib/pelion/Kconfig:94
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:52
→ <nRF>/lib/Kconfig:34
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → Pelion Device Management Client Library
config PELION_MBEDTLS_LIB_NAME
string
default "mbedTLS" if PELION_NRF_SECURITY
depends on PELION_SOURCES
help
This option allows to specify one or more mbedtls library files to be
linked with Pelion. Separate multiple values with space " ".
At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/pelion-dm/zephyr/Kconfig.mbedtls:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:26
→ /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/pelion-dm/zephyr/Kconfig:31
Menu path: (Top) → Modules → pelion-dm (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/pelion-dm) → Pelion Device Management Client Library → Build Pelion client from sources → Mbed TLS options
config PELION_MBEDTLS_LIB_NAME
string
default "mbedTLS" if MBEDTLS
depends on PELION_SOURCES && PELION_CLIENT
help
This option allows to specify one or more mbedtls library files to be
linked with Pelion. Separate multiple values with space " ".
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)