1# Copyright 2025 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4mainmenu "ZMS sample configuration" 5 6config MAX_ITERATIONS 7 int "The number of iterations that the sample writes the all set of data." 8 default 300 9 range 1 300 10 11config DELETE_ITERATION 12 int "The number of iterations after the sample delete all set of data and verify that it has been deleted." 13 default 10 14 range 1 MAX_ITERATIONS 15 16source "Kconfig.zephyr" 17