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