Commit 159de4c0 authored by Emil Gydesen's avatar Emil Gydesen Committed by Benjamin Cabé
Browse files

Bluetooth: Controller: Fix dependency for connected ISO Kconfigs



The options for BT_CTLR_CENTRAL_ISO and
BT_CTLR_PERIPHERAL_ISO did not have the proper defaults not
dependencies when BT_LL_SW_SPLIT=y

Signed-off-by: default avatarEmil Gydesen <emil.gydesen@nordicsemi.no>
parent a07eb187
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1039,6 +1039,8 @@ config BT_CTLR_CENTRAL_ISO

config BT_CTLR_CENTRAL_ISO
	bool "LE Connected Isochronous Stream Central (Split Link Layer) [EXPERIMENTAL]" if BT_LL_SW_SPLIT
	depends on BT_CTLR_CENTRAL_ISO_SUPPORT && BT_ISO_CENTRAL
	default y if BT_ISO_CENTRAL
	select BT_CTLR_SET_HOST_FEATURE
	select EXPERIMENTAL if BT_LL_SW_SPLIT

@@ -1052,6 +1054,8 @@ config BT_CTLR_PERIPHERAL_ISO

config BT_CTLR_PERIPHERAL_ISO
	bool "LE Connected Isochronous Stream Peripheral (Split Link Layer) [EXPERIMENTAL]" if BT_LL_SW_SPLIT
	depends on BT_CTLR_PERIPHERAL_ISO_SUPPORT && BT_ISO_PERIPHERAL
	default y if BT_ISO_PERIPHERAL
	select BT_CTLR_SET_HOST_FEATURE
	select EXPERIMENTAL if BT_LL_SW_SPLIT