Skip to content

Commit 808ee17

Browse files
petrip-slabdanieldegrasse
authored andcommitted
drivers: bluetooth: silabs: Fix indicating support for 2M phy
Previously we always had driver to support 2M PHY regardless of configuration. As this was fixed the missing support statemenent caused 2M support to miss regardless of configuration. Signed-off-by: Petri Pitkanen <petri.pitkanen@silabs.com>
1 parent a0a47a4 commit 808ee17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/bluetooth/hci/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ config BT_SILABS_EFR32
170170
select BT_CTLR_CONN_RSSI_SUPPORT
171171
select BT_CTLR_ADV_EXT_SUPPORT
172172
select BT_CTLR_PRIVACY_SUPPORT
173+
select BT_CTLR_PHY_2M_SUPPORT
173174
help
174175
Use Silicon Labs binary Bluetooth library to connect to the
175176
controller.

0 commit comments

Comments
 (0)