The latest development version of this page may be more current than this released 2.1.0 version.
CONFIG_SHELL_BACKEND_SERIAL

Enable serial backend

Type: bool

Help

Enable serial backend.

Direct dependencies

SHELL_BACKENDS && SHELL

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At subsys/shell/Kconfig.backends:14

Included via Kconfig:8Kconfig.zephyr:41subsys/Kconfig:24subsys/shell/Kconfig:18

Menu path: (Top) → Shell → Enable shell backends

config SHELL_BACKEND_SERIAL
    bool "Enable serial backend"
    default y
    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.)