1# Copyright 2025 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4mainmenu "ZMS test configuration" 5 6config TEST_ZMS_SIMULATOR 7 bool "Enable ZMS tests designed to be run using a flash-simulator" 8 default y if BOARD_QEMU_X86 || ARCH_POSIX 9 help 10 If y, enables ZMS tests designed to be run using a flash-simulator, 11 which provide functionality for flash property customization 12 and emulating errors in flash operation in parallel to 13 the regular flash API. 14 The tests must be run only on qemu_x86 or native_sim target. 15 16source "Kconfig.zephyr" 17