1# Copyright (c) 2024 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4mainmenu "Thread APIs test"
5
6source "Kconfig.zephyr"
7
8config THREAD_API_UNMAPPED_ADDRESS
9	hex "Unmapped address from which to read"
10	default 0xFFFFFFF0
11	help
12	  This is the unmapped address that test_thread_name_user_get_set()
13	  will attempt to use if CONFIG_TRUSTED_EXECUTION_NONSECURE is not
14	  enabled. For most platforms, this address can be expected to be
15	  near the end of addressable memory; however it is not guaranteed
16	  for all platforms.
17