File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -143,10 +143,12 @@ config BT_CTLR
143
143
the HAS_BT_CTLR option.
144
144
145
145
config BT_LL_SW_SPLIT
146
- bool "Software-based Bluetooth LE Link Layer"
146
+ bool "Software-based Bluetooth LE Link Layer [EXPERIMENTAL] "
147
147
default y
148
148
depends on DT_HAS_ZEPHYR_BT_HCI_LL_SW_SPLIT_ENABLED
149
149
select HAS_BT_CTLR
150
+ select EXPERIMENTAL
151
+ select ENTROPY_GENERATOR
150
152
help
151
153
Use Zephyr software Bluetooth LE Link Layer ULL LLL split implementation.
152
154
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ config BT_L2CAP_DYNAMIC_CHANNEL
52
52
allowing the creation of dynamic L2CAP Channels.
53
53
54
54
config BT_L2CAP_ECRED
55
- bool "L2CAP Enhanced Credit Based Flow Control support"
55
+ bool "L2CAP Enhanced Credit Based Flow Control support [EXPERIMENTAL] "
56
56
depends on BT_L2CAP_DYNAMIC_CHANNEL
57
57
help
58
58
This option enables support for LE Connection oriented Channels with
You can’t perform that action at this time.
0 commit comments