Skip to content

Commit 2383e09

Browse files
thomas-m-johansenrlubos
authored andcommitted
config: bluetooth: fixed dependency issue for CS config
the way the current config was developed, it was possible to enable CS for platforms that did not support the feature in the controller. This logically does not make sense and would lead to a lot of build failures, so adding a dependency here to avoid user confusion Signed-off-by: Thomas Johansen <thomas.johansen@nordicsemi.no>
1 parent b21d678 commit 2383e09

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

subsys/bluetooth/controller/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,7 @@ config BT_CTLR_FRAME_SPACE_UPDATE
561561
config BT_CTLR_CHANNEL_SOUNDING
562562
bool "Channel Sounding support [EXPERIMENTAL for nRF54H20 radio core]"
563563
select EXPERIMENTAL if SOC_NRF54H20_CPURAD
564+
depends on BT_CTLR_CHANNEL_SOUNDING_SUPPORT
564565
help
565566
Enable Channel Sounding support.
566567

0 commit comments

Comments
 (0)