Skip to content

Commit 8d44202

Browse files
kapi-nocarlescufi
authored andcommitted
boards: nrf5340_dk_nrf5340: enable VS commands if building with BT
When building with support for BLE stack, enable the Vendor Specific commands for the nRF5340 APP CPU (Application MCU). Signed-off-by: Kamil Piszczek <[email protected]>
1 parent 83107e5 commit 8d44202

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

boards/arm/nrf5340_dk_nrf5340/Kconfig

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

23+
config BT_HAS_HCI_VS
24+
default y if BT
25+
2326
endif # BOARD_NRF5340_DK_NRF5340_CPUAPP || BOARD_NRF5340_DK_NRF5340_CPUAPPNS
2427

2528
if BOARD_NRF5340_DK_NRF5340_CPUNET

0 commit comments

Comments
 (0)