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