Skip to content

Commit e34b2f4

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 b83ad94 commit e34b2f4

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
@@ -74,7 +74,7 @@ choice BT_LL_CHOICE
7474
Select the Bluetooth Link Layer to compile.
7575

7676
config BT_LL_SW_SPLIT
77-
bool "Software-based BLE Link Layer"
77+
bool "Software-based BLE Link Layer [EXPERIMENTAL]"
7878
select BT_RECV_IS_RX_THREAD
7979
select ENTROPY_GENERATOR
8080
help

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)