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
143143 the HAS_BT_CTLR option.
144144
145145config 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
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ config BT_L2CAP_DYNAMIC_CHANNEL
5252 allowing the creation of dynamic L2CAP Channels.
5353
5454config 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
You can’t perform that action at this time.
0 commit comments