From 552b746dd0d49315de2c7ce9b85a0f6b38c76c4a Mon Sep 17 00:00:00 2001 From: Olivier Lesage Date: Tue, 1 Oct 2024 08:40:25 +0200 Subject: [PATCH] [nrf fromtree] bluetooth: host: Update text for BT_CHANNEL_SOUNDING kconfig Include EXPERIMENTAL tag in the kconfig text and remove the word "support" to align with other options Signed-off-by: Olivier Lesage (cherry picked from commit 9ae2e23d347c10e2250e587c07a7fd8835c28bcf) (cherry picked from commit b19fab29203708297273eadb6c999bb75349aa43) --- subsys/bluetooth/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/bluetooth/Kconfig b/subsys/bluetooth/Kconfig index 6fb49dcd66d..bf6feff37eb 100644 --- a/subsys/bluetooth/Kconfig +++ b/subsys/bluetooth/Kconfig @@ -190,7 +190,7 @@ config BT_SUBRATING Bluetooth Core specification, Version 5.4 | Vol 6, Part B, Section 4.6.35. config BT_CHANNEL_SOUNDING - bool "Channel Sounding support" + bool "Channel Sounding [EXPERIMENTAL]" select EXPERIMENTAL depends on !BT_CTLR || BT_CTLR_CHANNEL_SOUNDING_SUPPORT help