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 Subsystem>/settings/Kconfig:4
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:57
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.)