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

Enable shell backends

Type: bool

Help

Enable shell backends.

Direct dependencies

SHELL

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/shell/Kconfig.backends:9

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:26subsys/shell/Kconfig:23

Menu path: (top menu) → Shell Options → Enable shell

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

(Definitions include propagated dependencies, including from if’s and menus.)