:orphan: .. title:: CONFIG_APP_LINK_WITH_MCUMGR .. kconfig:: CONFIG_APP_LINK_WITH_MCUMGR CONFIG_APP_LINK_WITH_MCUMGR ########################### *Link 'app' with MCUMGR* Type: ``bool`` Help ==== .. code-block:: none Add MCUMGR header files to the 'app' include path. It may be disabled if the include paths for MCUMGR are causing aliasing issues for 'app'. Direct dependencies =================== \ :kconfig:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/mgmt/mcumgr/Kconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support .. code-block:: kconfig config APP_LINK_WITH_MCUMGR bool "Link 'app' with MCUMGR" default y depends on MCUMGR help Add MCUMGR header files to the 'app' include path. It may be disabled if the include paths for MCUMGR are causing aliasing issues for 'app'. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*