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

Enable echo on shell

Type: bool

Help

If enabled shell prints back every input byte.

Direct dependencies

SHELL

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

Defaults

Kconfig definition

At subsys/shell/Kconfig:70

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

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

config SHELL_ECHO_STATUS
    bool
    prompt "Enable echo on shell" if SHELL
    default "y" if SHELL
    depends on SHELL
    help
      If enabled shell prints back every input byte.

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