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>/subsys/mgmt/mcumgr/Kconfig:237
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/subsys/Kconfig:35
→ <Zephyr>/subsys/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.)