# 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"
