CONFIG_SETTINGS_SHELL

Enable Settings shell

Type: bool

Help

Enable shell commands for listing and reading the settings. Note that
reading the settings requires quite a big stack buffer, so the stack
size of the shell thread may need to be increased to accommodate this
feature.

Direct dependencies

SETTINGS && SHELL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/subsys/settings/Kconfig:128

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:57

Menu path: (Top) → Sub Systems and OS Services → Settings

config SETTINGS_SHELL
    bool "Enable Settings shell"
    depends on SETTINGS && SHELL
    help
      Enable shell commands for listing and reading the settings. Note that
      reading the settings requires quite a big stack buffer, so the stack
      size of the shell thread may need to be increased to accommodate this
      feature.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)