:orphan: .. title:: CONFIG_APP_LINK_WITH_PELION_CLIENT .. kconfig:: CONFIG_APP_LINK_WITH_PELION_CLIENT CONFIG_APP_LINK_WITH_PELION_CLIENT ################################## *Link application with Pelion client* Type: ``bool`` Help ==== .. code-block:: none Request Zephyr to link the Pelion client library with the application. Direct dependencies =================== \ :kconfig:`PELION_SOURCES ` && \ :kconfig:`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 ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/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 .. code-block:: kconfig 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.)*