Skip to content

Commit bc086f5

Browse files
jhedbergkartben
authored andcommitted
drivers: bluetooth: silabs_efr32: Declare supported features in Kconfig
Now that we enable `HAS_BT_CTLR` we should also declare which optional features are supported. For now, we only add the features that are available through the current driver init routine and found on all supported platforms. Signed-off-by: Johan Hedberg <[email protected]>
1 parent 31b54e7 commit bc086f5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/bluetooth/hci/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,13 @@ config BT_SILABS_EFR32
127127
select MBEDTLS_PSA_CRYPTO_C
128128
select MBEDTLS_ENTROPY_C
129129
select HAS_BT_CTLR
130+
select BT_CTLR_PHY_UPDATE_SUPPORT
131+
select BT_CTLR_PER_INIT_FEAT_XCHG_SUPPORT
132+
select BT_CTLR_DATA_LEN_UPDATE_SUPPORT
133+
select BT_CTLR_EXT_REJ_IND_SUPPORT
134+
select BT_CTLR_CHAN_SEL_2_SUPPORT
135+
select BT_CTLR_CONN_RSSI_SUPPORT
136+
select BT_CTLR_ADV_EXT_SUPPORT
130137
help
131138
Use Silicon Labs binary Bluetooth library to connect to the
132139
controller.

0 commit comments

Comments
 (0)