1# Copyright (c) 2023-2024 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4source "${ZEPHYR_BASE}/samples/bluetooth/cap_acceptor/Kconfig.sysbuild" 5 6config NATIVE_SIMULATOR_PRIMARY_MCU_INDEX 7 int 8 # Let's pass the test arguments to the application MCU test 9 # otherwise by default they would have gone to the net core. 10 default 0 if $(BOARD_TARGET_STRING) = "NRF5340BSIM_NRF5340_CPUAPP" 11