The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_NVS

Non-volatile Storage

Type: bool

Help

Enable support of Non-volatile Storage.

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/fs/nvs/Kconfig:9

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:18subsys/fs/Kconfig:109

Menu path: (top menu) → File Systems

config NVS
    bool
    prompt "Non-volatile Storage"
    select FS_FLASH_STORAGE_PARTITION
    help
      Enable support of Non-volatile Storage.

(Definitions include propagated dependencies, including from if’s and menus.)