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

CONFIG_SETTINGS_FS_DIR

Serialization directory

Type: string

Help

Directory where the settings data is stored

Direct dependencies

SETTINGS && SETTINGS_FS

(Includes any dependencies from ifs and menus.)

Default

  • “/settings”

Kconfig definition

At subsys/settings/Kconfig:92

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:57

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

config SETTINGS_FS_DIR
    string "Serialization directory"
    default "/settings"
    depends on SETTINGS && SETTINGS_FS
    help
      Directory where the settings data is stored

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