The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_MCUMGR_CMD_LOG_MGMT

Enable mcumgr handlers for log management

Type: bool

Help

Enables mcumgr handlers for log management

Direct dependencies

MCUMGR

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At ext/lib/mgmt/mcumgr/cmd/log_mgmt/Kconfig:18

Included via Kconfig:10Kconfig.zephyr:41ext/Kconfig:19ext/lib/mgmt/Kconfig:22ext/lib/mgmt/mcumgr/Kconfig:25ext/lib/mgmt/mcumgr/cmd/Kconfig:22

Menu path: (top menu) → External Sources → Management → Command handlers

menuconfig MCUMGR_CMD_LOG_MGMT
    bool
    prompt "Enable mcumgr handlers for log management" if MCUMGR
    depends on MCUMGR
    help
      Enables mcumgr handlers for log management

(Definitions include propagated dependencies, including from if’s and menus.)