blob: 0184fbdc4ef669ab0a401b275202d5224886f3e2 [file] [log] [blame]
# Copyright 2025 NXP
# SPDX-License-Identifier: Apache-2.0
mainmenu "ZMS sample configuration"
config MAX_ITERATIONS
int "The number of iterations that the sample writes the all set of data."
default 300
range 1 300
config DELETE_ITERATION
int "The number of iterations after the sample delete all set of data and verify that it has been deleted."
default 10
range 1 MAX_ITERATIONS
source "Kconfig.zephyr"