Skip to content

Commit

Permalink
sample: wifi_privisioning: add missing sysbuild file
Browse files Browse the repository at this point in the history
The sample is not included in recent effort to convert
the build system to sysbuild for bt controller on net core.
Add the missing kconfig file to enable hci_ipc for net core.

Signed-off-by: Wentong LI <[email protected]>
  • Loading branch information
wentong-li authored and rlubos committed Jun 4, 2024
1 parent f3a5810 commit 6881ad0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions samples/wifi/provisioning/ble/Kconfig.sysbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#
# 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

0 comments on commit 6881ad0

Please sign in to comment.