:orphan: .. title:: MCUMGR .. option:: CONFIG_MCUMGR *mcumgr Support* Type: ``bool`` Help ==== This option enables the mcumgr management library. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`NET_BUF ` - \ :option:`TINYCBOR ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/mcumgr/Kconfig:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:35`` → ``subsys/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management .. parsed-literal:: menuconfig MCUMGR bool "mcumgr Support" select \ :option:`NET_BUF ` select \ :option:`TINYCBOR ` help This option enables the mcumgr management library. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*