:orphan: .. title:: CONFIG_SETTINGS_NVS .. kconfig:: CONFIG_SETTINGS_NVS CONFIG_SETTINGS_NVS ################### *NVS non-volatile storage support* Type: ``bool`` Help ==== .. code-block:: none Enables NVS storage support Direct dependencies =================== \ :kconfig:`NVS ` && \ :kconfig:`FLASH_MAP ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/settings/Kconfig:59`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:57`` Menu path: (Top) → Sub Systems and OS Services → Settings → Storage back-end .. code-block:: kconfig config SETTINGS_NVS bool "NVS non-volatile storage support" depends on NVS && FLASH_MAP && help Enables NVS storage support *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*