Skip to content

Commit 3535779

Browse files
Kamil Gawortejlmand
authored andcommitted
[nrf fromlist] boards: nrf5340dk_nrf5340_cpuapp: Add BT_HCI_VS explicit enable.
Add explicit BT_HCI_VS enable for nRF5340 application core. It does not have Bluetooth Controller so dependecies will not be solved automatically. Upstream PR: zephyrproject-rtos/zephyr#47635 Signed-off-by: Kamil Gawor <[email protected]> Signed-off-by: Torsten Rasmussen <[email protected]>
1 parent 4de5d5e commit 3535779

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/arm/nrf5340dk_nrf5340/Kconfig.defconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@ endchoice
128128
config HEAP_MEM_POOL_SIZE
129129
default 4096 if BT_RPMSG
130130

131+
# Application core does not have dependencies to the Controller.
132+
# BT_HCI_VS must be explicitly enabled.
133+
config BT_HCI_VS
134+
default y if BT
135+
131136
endif # BOARD_NRF5340DK_NRF5340_CPUAPP || BOARD_NRF5340DK_NRF5340_CPUAPP_NS
132137

133138
if BOARD_NRF5340DK_NRF5340_CPUNET

0 commit comments

Comments
 (0)