:orphan: .. title:: CONFIG_SETTINGS_RUNTIME .. kconfig:: CONFIG_SETTINGS_RUNTIME CONFIG_SETTINGS_RUNTIME ####################### *runtime storage back-end* Type: ``bool`` Help ==== .. code-block:: none Enables runtime storage back-end. Direct dependencies =================== \ :kconfig:`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:44`` → ``/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.)*