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.)

Kconfig definition

At subsys/settings/Kconfig:32

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:34

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>
    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.)