CONFIG_SHELL_BACKEND_SERIAL
Enable serial backend
Type: bool
Help
Enable serial backend.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
Symbols selected by this symbol
Symbols that select this symbol
Kconfig definition
At <Zephyr>/subsys/shell/backends/Kconfig.backends:17
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_SERIAL
bool "Enable serial backend"
default n if HAS_DTS
default y if !HAS_DTS
select SERIAL
select RING_BUFFER
depends on SHELL_BACKENDS && SHELL
help
Enable serial backend.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)