CONFIG_MCUMGR_GRP_ZEPHYR_BASIC¶
Enable Zephyr specific basic group of commands
Type: bool
Help¶
Enables mcumgr to processing of Zephyr specific groups.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Subsystem>/mgmt/mcumgr/Kconfig:238
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 → mcumgr Support → Command Handlers
menuconfig MCUMGR_GRP_ZEPHYR_BASIC
    bool "Enable Zephyr specific basic group of commands"
    depends on MCUMGR
    help
      Enables mcumgr to processing of Zephyr specific groups.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)