:orphan: .. title:: LOG_CMDS .. option:: CONFIG_LOG_CMDS *Enable shell commands* Type: ``bool`` Direct dependencies =================== \ :option:`SHELL ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`SHELL ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.misc:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:31`` → ``subsys/logging/Kconfig:29`` Menu path: (Top) → Sub Systems and OS Services → Logging → Misc .. parsed-literal:: config LOG_CMDS bool "Enable shell commands" default y if \ :option:`SHELL ` depends on \ :option:`SHELL ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*