1#
2# Copyright (c) 2024 Nordic Semiconductor
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6source "Kconfig.zephyr"
7
8menu "NRF70 Buslib test sample"
9
10config NRF70BUS_MEMTEST_LENGTH
11	int "Memory test length"
12	default 1024
13	help
14	  This option sets the default length for the memory test.
15endmenu
16