:orphan: .. title:: SETTINGS_FS_DIR .. option:: CONFIG_SETTINGS_FS_DIR *Serialization directory* Type: ``string`` Help ==== Directory where the settings data is stored Direct dependencies =================== \ :option:`SETTINGS ` && \ :option:`SETTINGS_FS ` *(Includes any dependencies from ifs and menus.)* Default ======= - "/settings" Kconfig definition ================== .. highlight:: kconfig At ``subsys/settings/Kconfig:92`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:53`` Menu path: (Top) → Sub Systems and OS Services → Settings .. parsed-literal:: config SETTINGS_FS_DIR string "Serialization directory" default "/settings" depends on \ :option:`SETTINGS ` && \ :option:`SETTINGS_FS ` help Directory where the settings data is stored *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*