:orphan: .. title:: SETTINGS_FS_FILE .. option:: CONFIG_SETTINGS_FS_FILE *Default settings file* Type: ``string`` Help ==== .. code-block:: none Full path to the default settings file. Direct dependencies =================== \ :option:`SETTINGS ` && \ :option:`SETTINGS_FS ` *(Includes any dependencies from ifs and menus.)* Default ======= - "/settings/run" Kconfig definition ================== At ``/settings/Kconfig:99`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:57`` Menu path: (Top) → Sub Systems and OS Services → Settings .. code-block:: kconfig config SETTINGS_FS_FILE string "Default settings file" default "/settings/run" depends on SETTINGS && SETTINGS_FS help Full path to the default settings file. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*