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