# Copyright 2025 NXP
# SPDX-License-Identifier: Apache-2.0

mainmenu "NVS test configuration"

config TEST_NVS_SIMULATOR
	bool "Enable NVS tests designed to be run using a flash-simulator"
	default y if BOARD_QEMU_X86 || ARCH_POSIX || BOARD_MPS2_AN385
	help
	  If y, enables NVS tests designed to be run using a flash-simulator,
	  which provide functionality for flash property customization
	  and emulating errors in flash operation in parallel to
	  the regular flash API.
	  The tests must be run only on qemu_x86, mps2_an385, or native_sim target.

source "Kconfig.zephyr"
