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

Enable shell backends

Type: bool

Help

Enable shell backends.

Direct dependencies

SHELL

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At subsys/shell/Kconfig.backends:6

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

Menu path: (Top) → Shell

menuconfig SHELL_BACKENDS
    bool "Enable shell backends"
    default y
    depends on SHELL
    help
      Enable shell backends.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)