:orphan: .. title:: CONFIG_SHELL_BACKEND_DUMMY .. kconfig:: CONFIG_SHELL_BACKEND_DUMMY CONFIG_SHELL_BACKEND_DUMMY ########################## *Enable dummy backend.* Type: ``bool`` Help ==== .. code-block:: none Enable dummy backend which can be used to execute commands with no need for physical transport interface. Direct dependencies =================== \ :kconfig:`SHELL_BACKENDS ` && \ :kconfig:`SHELL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`MCUMGR_CMD_SHELL_MGMT ` Kconfig definition ================== At ``/shell/Kconfig.backends:285`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:45`` → ``/shell/Kconfig:18`` Menu path: (Top) → Sub Systems and OS Services → Shell → Enable shell backends .. code-block:: kconfig config SHELL_BACKEND_DUMMY bool "Enable dummy backend." depends on SHELL_BACKENDS && 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.)*