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

Symbols that imply this symbol

Kconfig definition

At <Zephyr>/subsys/mgmt/mcumgr/Kconfig:5

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:32<Zephyr>/subsys/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.)