-
CONFIG_SETTINGS_RUNTIME¶
runtime storage back-end
Type: bool
Help¶
Enables runtime storage back-end.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At subsys/settings/Kconfig:18
Included via Kconfig:8 → Kconfig.zephyr:34 → subsys/Kconfig:53
Menu path: (Top) → Sub Systems and OS Services → Settings
config SETTINGS_RUNTIME
bool "runtime storage back-end"
depends on SETTINGS
help
Enables runtime storage back-end.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)