:orphan: .. title:: CONFIG_SETTINGS_FS_DIR .. kconfig:: CONFIG_SETTINGS_FS_DIR CONFIG_SETTINGS_FS_DIR ###################### *Serialization directory* Type: ``string`` Help ==== .. code-block:: none Directory where the settings data is stored Direct dependencies =================== \ :kconfig:`SETTINGS ` && \ :kconfig:`SETTINGS_FS ` *(Includes any dependencies from ifs and menus.)* Default ======= - "/settings" Kconfig definition ================== At ``/settings/Kconfig:92`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:57`` Menu path: (Top) → Sub Systems and OS Services → Settings .. code-block:: kconfig 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.)*