The latest development version of this page may be more current than this released 1.14.1 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 if’s and menus.)

Symbols selected by this symbol

Kconfig definition

At subsys/settings/Kconfig:49

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:36

Menu path: (top menu) → Enable settings subsystem with non-volatile storage → Storage back-end

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

(Definitions include propagated dependencies, including from if’s and menus.)