Skip to content

Commit a29db90

Browse files
joerchanrlubos
authored andcommitted
[nrf noup] Bluetooth: update experimental for qualification
Update Kconfig options for qualification: - Remove experimental on qualified feature. - Add experimental on unqualified feature. - BT_L2CAP_ECRED is not marked as experimental upstream and we qualify it downstream. Signed-off-by: Joakim Andersson <[email protected]> Signed-off-by: Trond Einar Snekvik <[email protected]> Signed-off-by: Martí Bolívar <[email protected]> Signed-off-by: Robert Lubos <[email protected]> Signed-off-by: Dominik Ermel <[email protected]> Signed-off-by: Ingar Kulbrandstad <[email protected]> Signed-off-by: Torsten Rasmussen <[email protected]> Signed-off-by: Herman Berget <[email protected]> Signed-off-by: Tomasz Moń <[email protected]> Signed-off-by: Théo Battrel <[email protected]> (cherry picked from commit e5c30e3)
1 parent 2e74ea7 commit a29db90

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

subsys/bluetooth/controller/Kconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,12 @@ config BT_CTLR
143143
the HAS_BT_CTLR option.
144144

145145
config BT_LL_SW_SPLIT
146-
bool "Software-based Bluetooth LE Link Layer"
146+
bool "Software-based Bluetooth LE Link Layer [EXPERIMENTAL]"
147147
default y
148148
depends on DT_HAS_ZEPHYR_BT_HCI_LL_SW_SPLIT_ENABLED
149149
select HAS_BT_CTLR
150+
select EXPERIMENTAL
151+
select ENTROPY_GENERATOR
150152
help
151153
Use Zephyr software Bluetooth LE Link Layer ULL LLL split implementation.
152154

subsys/bluetooth/host/Kconfig.l2cap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ config BT_L2CAP_DYNAMIC_CHANNEL
5252
allowing the creation of dynamic L2CAP Channels.
5353

5454
config BT_L2CAP_ECRED
55-
bool "L2CAP Enhanced Credit Based Flow Control support"
55+
bool "L2CAP Enhanced Credit Based Flow Control support [EXPERIMENTAL]"
5656
depends on BT_L2CAP_DYNAMIC_CHANNEL
5757
help
5858
This option enables support for LE Connection oriented Channels with

0 commit comments

Comments
 (0)