:orphan: .. title:: SETTINGS_RUNTIME .. option:: CONFIG_SETTINGS_RUNTIME *runtime storage back-end* Type: ``bool`` Help ==== Enables runtime storage back-end. Direct dependencies =================== \ :option:`SETTINGS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/settings/Kconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:53`` Menu path: (Top) → Sub Systems and OS Services → Settings .. parsed-literal:: config SETTINGS_RUNTIME bool "runtime storage back-end" depends on \ :option:`SETTINGS ` help Enables runtime storage back-end. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*