From 311b31d9f401f94a5d4309ea6b3104724c053ba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20=C3=98ye=20Amundsen?= Date: Fri, 10 Jan 2020 14:20:04 +0000 Subject: [PATCH] Bluetooth: select BT_RPMSG_NRF53 for non-secure variant of nrf5340 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prior to this you would get compilation error when building samples for the nrf5340_dk_nrf5340_cpuappns board. Signed-off-by: Håkon Øye Amundsen --- drivers/bluetooth/hci/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bluetooth/hci/Kconfig b/drivers/bluetooth/hci/Kconfig index 694a532e017..15571a057c3 100644 --- a/drivers/bluetooth/hci/Kconfig +++ b/drivers/bluetooth/hci/Kconfig @@ -103,7 +103,7 @@ if BT_RPMSG config BT_RPMSG_NRF53 bool "nRF53 configuration of RPMsg" - default y if BOARD_NRF5340_DK_NRF5340_CPUAPP + default y if (BOARD_NRF5340_DK_NRF5340_CPUAPP || BOARD_NRF5340_DK_NRF5340_CPUAPPNS) select IPM select IPM_NRFX select IPM_MSG_CH_1_ENABLE