CONFIG_MCUMGR¶
mcumgr Support
Type: bool
Help¶
This option enables the mcumgr management library.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Subsystem>/mgmt/mcumgr/Kconfig:5
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:35 → <Zephyr Subsystem>/mgmt/Kconfig:9
Menu path: (Top) → Sub Systems and OS Services → Device Management
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.)