CONFIG_SETTINGS

Settings

Type: bool

Help

The settings subsystem allows its users to serialize and deserialize state in memory into and from non-volatile memory. It supports several back-ends to store and load serialized data from and it can do so atomically for all involved modules.

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At <Zephyr>/subsys/settings/Kconfig:4

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:50

Menu path: (Top) → Sub Systems and OS Services

menuconfig SETTINGS
    bool "Settings"
    help
      The settings subsystem allows its users to serialize and
      deserialize state in memory into and from non-volatile memory.
      It supports several back-ends to store and load serialized data from
      and it can do so atomically for all involved modules.

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