Skip to content

Commit 2cceb62

Browse files
kapi-nocarlescufi
authored andcommitted
boards: nrf5340_dk_nrf5340: use RPMsg as default HCI driver for BLE
When building with support for BLE stack on the nRF5340 APP CPU (Application MCU), use RPMsg HCI driver by default. Signed-off-by: Kamil Piszczek <[email protected]>
1 parent 55dade7 commit 2cceb62

File tree

1 file changed

+7
-0
lines changed
  • boards/arm/nrf5340_dk_nrf5340

1 file changed

+7
-0
lines changed

boards/arm/nrf5340_dk_nrf5340/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ config BOARD_ENABLE_DCDC_HV
2020
select SOC_DCDC_NRF53X_HV
2121
default y
2222

23+
choice BT_HCI_BUS_TYPE
24+
default BT_RPMSG if BT
25+
endchoice
26+
27+
config HEAP_MEM_POOL_SIZE
28+
default 4096 if BT_RPMSG
29+
2330
config BT_HAS_HCI_VS
2431
default y if BT
2532

0 commit comments

Comments
 (0)