blob: 097dbb6ab1d0e26f238b788d83a177c4f4b4ad29 [file] [log] [blame]
# Kconfig - Non-volatile Storage NVS
# Copyright (c) 2018 Laczen
# SPDX-License-Identifier: Apache-2.0
config NVS
bool "Non-volatile Storage"
help
Enable support of Non-volatile Storage.
if NVS
module = NVS
module-str = nvs
source "subsys/logging/Kconfig.template.log_config"
endif # NVS