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