:orphan: .. title:: SHELL_BACKEND_DUMMY .. option:: CONFIG_SHELL_BACKEND_DUMMY *Enable dummy backend.* Type: ``bool`` Help ==== Enable dummy backend which can be used to execute commands with no need for physical transport interface. Direct dependencies =================== \ :option:`SHELL_BACKENDS ` && \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`MCUMGR_CMD_SHELL_MGMT ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/shell/Kconfig.backends:288`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:41`` → ``subsys/shell/Kconfig:18`` Menu path: (Top) → Sub Systems and OS Services → Shell → Enable shell backends .. parsed-literal:: config SHELL_BACKEND_DUMMY bool "Enable dummy backend." depends on \ :option:`SHELL_BACKENDS ` && \ :option:`SHELL ` help Enable dummy backend which can be used to execute commands with no need for physical transport interface. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*