1# Copyright 2023 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4source "share/sysbuild/Kconfig"
5
6config NET_CORE_BOARD
7	string
8	default "nrf5340bsim/nrf5340/cpunet" if $(BOARD_TARGET_STRING) = "NRF5340BSIM_NRF5340_CPUAPP"
9
10config NATIVE_SIMULATOR_PRIMARY_MCU_INDEX
11	int
12	# Let's pass the test arguments to the application MCU test
13	# otherwise by default they would have gone to the net core.
14	default 0 if $(BOARD_TARGET_STRING) = "NRF5340BSIM_NRF5340_CPUAPP"
15