Skip to content

Commit 1c8b1e9

Browse files
committed
boards: nucleo_wb55rg: Configure HCI driver
Add requested configuration to enable HCI driver Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 3d477ac commit 1c8b1e9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

boards/arm/nucleo_wb55rg/Kconfig.defconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,13 @@ config LPUART_1
3131

3232
endif # BT_DEBUG_MONITOR
3333

34+
if BT
35+
36+
choice BT_HCI_BUS_TYPE
37+
default BT_STM32_IPM
38+
39+
endchoice
40+
41+
endif # BT
42+
3443
endif # BOARD_NUCLEO_WB55RG

0 commit comments

Comments
 (0)