# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2026 Intel Corporation.

mainmenu "Load / store emulation test"

source "Kconfig.zephyr"

config TEST_IRAM_SECTION
	string "IRAM section for test"
	default ".iram.data"
	help
	  The section name to place the test's IRAM buffer. This section should
	  be placed in IRAM by the linker script.
