:orphan: .. title:: SETTINGS_FS .. option:: CONFIG_SETTINGS_FS *File System* Type: ``bool`` Help ==== Use a file system as a settings storage back-end. Direct dependencies =================== \ :option:`FILE_SYSTEM ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`SETTINGS_ENCODE_LEN ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/settings/Kconfig:52`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:53`` Menu path: (Top) → Sub Systems and OS Services → Settings → Storage back-end .. parsed-literal:: config SETTINGS_FS bool "File System" select \ :option:`SETTINGS_ENCODE_LEN ` depends on \ :option:`FILE_SYSTEM ` && \ :ref:` ` help Use a file system as a settings storage back-end. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*