14 lines
239 B
Plaintext
14 lines
239 B
Plaintext
#
|
|
# Copyright (c) 2023 Nordic Semiconductor
|
|
#
|
|
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
|
|
#
|
|
|
|
source "${ZEPHYR_BASE}/share/sysbuild/Kconfig"
|
|
|
|
config NRF_DEFAULT_IPC_RADIO
|
|
default y
|
|
|
|
config NETCORE_IPC_RADIO_BT_HCI_IPC
|
|
default y
|