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