The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_SETTINGS_FS

File System

Type: bool

Help

Use a file system as a settings storage back-end.

Direct dependencies

FILE_SYSTEM && <choice: Storage back-end>

(Includes any dependencies from ifs and menus.)

Symbols selected by this symbol

Kconfig definition

At subsys/settings/Kconfig:52

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:57

Menu path: (Top) → Sub Systems and OS Services → Settings → Storage back-end

config SETTINGS_FS
    bool "File System"
    select SETTINGS_ENCODE_LEN
    depends on FILE_SYSTEM && <choice>
    help
      Use a file system as a settings storage back-end.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)