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

Enable shell

Type: bool

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols implied by this symbol

Kconfig definition

At subsys/shell/Kconfig:13

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

Menu path: (top menu) → Shell Options

menuconfig SHELL
    bool
    prompt "Enable shell"
    select POLL
    imply LOG_RUNTIME_FILTERING

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