-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/shell/Kconfig.backends:258
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:26
→ subsys/shell/Kconfig:23
Menu path: (top menu) → Shell Options → Enable shell → Enable shell backends
config SHELL_BACKEND_DUMMY bool prompt "Enable dummy backend." ifSHELL_BACKENDS
&&SHELL
depends onSHELL_BACKENDS
&&SHELL
help Enable dummy backend which can be used to execute commands with no need for physical transport interface.
(Definitions include propagated dependencies, including from if’s and menus.)