From 7a8ac5e2e65b0a8ee12be6a61f7ad10301bc28a8 Mon Sep 17 00:00:00 2001 From: Thomas Stenersen Date: Tue, 16 Jun 2020 13:31:19 +0200 Subject: [PATCH] Bluetooth: hci: Depend on SOC not BOARD The CONFIG_BT_RPMSG_NRF53 should depend on the SOC, not the BOARD definition. Otherwise this will break for custom boards. Signed-off-by: Thomas Stenersen --- 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 9fa7a90a33f..290130b5062 100644 --- a/drivers/bluetooth/hci/Kconfig +++ b/drivers/bluetooth/hci/Kconfig @@ -106,7 +106,7 @@ config BT_STM32_IPM_RX_STACK_SIZE config BT_RPMSG_NRF53 bool "nRF53 configuration of RPMsg" - default y if (BOARD_NRF5340PDK_NRF5340_CPUAPP || BOARD_NRF5340PDK_NRF5340_CPUAPPNS) + default y if SOC_NRF5340_CPUAPP depends on BT_RPMSG select IPM select IPM_NRFX