:orphan: .. title:: CONFIG_MCUMGR_GRP_ZEPHYR_BASIC .. kconfig:: CONFIG_MCUMGR_GRP_ZEPHYR_BASIC CONFIG_MCUMGR_GRP_ZEPHYR_BASIC ############################## *Enable Zephyr specific basic group of commands* Type: ``bool`` Help ==== .. code-block:: none Enables mcumgr to processing of Zephyr specific groups. Direct dependencies =================== \ :kconfig:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/mgmt/mcumgr/Kconfig:238`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → Command Handlers .. code-block:: kconfig 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.)*