Skip to content

Commit 4e804ce

Browse files
joerchancarlescufi
authored andcommitted
[nrf noup] Bluetoooth: Add experimental for non-qualified options
Zephyr controller does not yet have a qualification for this release. Bluetooth Mesh does not yet have a qualification for this release. Signed-off-by: Joakim Andersson <[email protected]>
1 parent 4ce908a commit 4e804ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

subsys/bluetooth/controller/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ choice BT_LL_CHOICE
9595
Select the Bluetooth Link Layer to compile.
9696

9797
config BT_LL_SW_SPLIT
98-
bool "Software-based BLE Link Layer"
98+
bool "Software-based BLE Link Layer [EXPERIMENTAL]"
9999
select BT_RECV_IS_RX_THREAD
100100
select ENTROPY_GENERATOR
101101
select NRF_HW_TIMER0_RESERVED

subsys/bluetooth/mesh/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: Apache-2.0
55

66
menuconfig BT_MESH
7-
bool "Bluetooth Mesh support"
7+
bool "Bluetooth Mesh support [EXPERIMENTAL]"
88
select TINYCRYPT
99
select TINYCRYPT_AES
1010
select TINYCRYPT_AES_CMAC

0 commit comments

Comments
 (0)