zephyr/tests/drivers/mbox/mbox_data/Kconfig
Cong Nguyen Huu 2339c7c23c tests: drivers: mbox: mbox_data: add support for s32z
The hardware MRU on SoC S32Z supports ping-pong data on a
MBOX channel within one core.

Added Kconfig TEST_SINGLE_CPU to enable test on single CPU  to wrap
the specific code for each testcase, As the expected received data
must match the sent data when running test single CPU. This differs
from the expected data in the current supported test transfer data
between 2 other cores, where the remote core increments the data by
one before transferring it back to the main core.

Signed-off-by: Cong Nguyen Huu <cong.nguyenhuu@nxp.com>
2025-06-25 15:41:38 -10:00

17 lines
466 B
Plaintext

# Copyright 2024-2025 NXP
#
# SPDX-License-Identifier: Apache-2.0
source "Kconfig.zephyr"
config INCLUDE_REMOTE_DIR
bool "Include remote core header directory"
help
Include remote build header files. Can be used if primary image
needs to be aware of size or base address of secondary image
config TEST_SINGLE_CPU
bool "Enable mailbox test on single CPU core"
help
Perform a test in which a CPU uses a mailbox channel to exchange messages with itself