fs: nvs: kconfig: Remove unused NVS_PROTECT_FLASH symbol

Unused since commit 7d2e59813f ("subsys: fs/nvs: Rewrite for improved
robustness").

Found with a script.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-10-18 01:11:45 +02:00 committed by Maureen Helm
parent edb57a51d7
commit 2d083765e9
1 changed files with 0 additions and 12 deletions

View File

@ -1,10 +1,7 @@
# Kconfig - Non-volatile Storage NVS
#
# Copyright (c) 2018 Laczen
#
# SPDX-License-Identifier: Apache-2.0
#
config NVS
bool "Non-volatile Storage"
@ -17,13 +14,4 @@ module = NVS
module-str = nvs
source "subsys/logging/Kconfig.template.log_config"
config NVS_PROTECT_FLASH
bool "Non-volatile Storage extra flash protection"
help
Enable extra protection against unnecessary writes to flash. This
enables a extra read check, if data is not changed no write is
performed. If this check is already performed (e.g. no writes unless
data is changed) you can disable this operation.
endif # NVS