:orphan: .. title:: SETTINGS .. option:: CONFIG_SETTINGS *Settings* Type: ``bool`` Help ==== .. code-block:: none 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 =============================== - \ :option:`BT_DIS_SETTINGS ` - \ :option:`NET_L2_OPENTHREAD ` Kconfig definition ================== At ``/settings/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:57`` Menu path: (Top) → Sub Systems and OS Services .. code-block:: kconfig 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.)*