:orphan: .. title:: CONFIG_SETTINGS_SHELL .. kconfig:: CONFIG_SETTINGS_SHELL CONFIG_SETTINGS_SHELL ##################### *Enable Settings shell* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`SETTINGS ` && \ :kconfig:`SHELL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/settings/Kconfig:128`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:57`` Menu path: (Top) → Sub Systems and OS Services → Settings .. code-block:: kconfig 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.)*