-
CONFIG_APP_LINK_WITH_PELION_CLIENT
¶
Link application with Pelion client
Type: bool
Help¶
Request Zephyr to link the Pelion client library with the application.
Direct dependencies¶
PELION_SOURCES
&& PELION_CLIENT
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definition¶
At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/pelion-dm/zephyr/Kconfig:22
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:26
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
config APP_LINK_WITH_PELION_CLIENT
bool "Link application with Pelion client"
default y
depends on PELION_SOURCES && PELION_CLIENT
help
Request Zephyr to link the Pelion client library with the application.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)