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

Enable device shell

Type: bool

Help

This shell provides access to basic device data.

Direct dependencies

SHELL

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/shell/modules/Kconfig:16

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

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

config DEVICE_SHELL
    bool
    prompt "Enable device shell" if SHELL
    depends on SHELL
    help
      This shell provides access to basic device data.

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