:orphan: .. title:: SETTINGS_RUNTIME .. option:: CONFIG_SETTINGS_RUNTIME *runtime storage back-end* Type: ``bool`` Help ==== .. code-block:: none 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 ================== At ``/settings/Kconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:57`` Menu path: (Top) → Sub Systems and OS Services → Settings .. code-block:: kconfig 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.)*