1#
2# Copyright (c) 2023, Nordic Semiconductor ASA
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6
7mainmenu "Retained memory test"
8
9config RETAINED_MEM_SIZE_LIMITED
10	bool "Size limited test"
11	help
12	  Will limit data size for test to 1 byte instead of 10 bytes
13
14source "Kconfig.zephyr"
15