:orphan: .. title:: NVS .. option:: CONFIG_NVS *Non-volatile Storage* Type: ``bool`` Help ==== Enable support of Non-volatile Storage. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`HAWKBIT ` - \ :option:`NET_L2_OPENTHREAD ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/fs/nvs/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:25`` → ``subsys/fs/Kconfig:66`` Menu path: (Top) → Sub Systems and OS Services → File Systems .. parsed-literal:: config NVS bool "Non-volatile Storage" help Enable support of Non-volatile Storage. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*