1#
2# Copyright 2025 NXP
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6
7config TEST_SEQUENTIAL_READ_PATTERN_AMOUNT
8	int "Perform amount of sequential-read-pattern tests"
9	default 1000000
10
11config TEST_SEQUENTIAL_ALTERNATING_READ_PATTERN_AMOUNT
12	int "Perform amount of sequential-alternating-read-pattern tests"
13	default 1000000
14
15source "Kconfig.zephyr"
16