CONFIG_KERNEL_SHELL

Enable kernel shell

Type: bool

Help

This shell provides access to basic kernel data like version, uptime and other useful information.

Direct dependencies

CONSOLE_SHELL

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/shell/modules/Kconfig:10

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:24subsys/shell/Kconfig:33

Menu path: (top menu)

config KERNEL_SHELL
    bool
    prompt "Enable kernel shell" if CONSOLE_SHELL
    depends on CONSOLE_SHELL
    help
      This shell provides access to basic kernel data like version, uptime
      and other useful information.

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