CONFIG_LOG_READ_WATERMARK_UPDATE

Enable reading of log watermark update

Type: bool

Help

Enables reading of log watermark update.

Direct dependencies

MCUMGR_CMD_LOG_MGMT && MCUMGR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

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

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 → mcumgr Support → Command Handlers → Enable mcumgr handlers for log management

config LOG_READ_WATERMARK_UPDATE
    bool "Enable reading of log watermark update"
    depends on MCUMGR_CMD_LOG_MGMT && MCUMGR
    help
      Enables reading of log watermark update.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)