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
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Symbols that select this symbol
Kconfig definition
At <Zephyr>/subsys/shell/backends/Kconfig.backends:285
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:45
→ <Zephyr>/subsys/shell/Kconfig:18
Menu path: (Top) → Sub Systems and OS Services → Shell → Enable shell backends
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.)