:orphan: .. title:: SETTINGS .. option:: 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 =============================== - \ :option:`BT_DIS_SETTINGS ` - \ :option:`NET_L2_OPENTHREAD ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/settings/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:53`` Menu path: (Top) → Sub Systems and OS Services .. parsed-literal:: 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.)*