Skip to content

Commit 593716d

Browse files
committed
bluetooth: controller: Only select BT_TICKER_LAZY_GET for ZLL
BT_TICKER_LAZY_GET is a ZLL only kconfig and should not be selected for other controllers. Signed-off-by: Timothy Keys <timothy.keys@nordicsemi.no>
1 parent 8b3eb36 commit 593716d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/bluetooth/controller/Kconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ endif # BT_CTLR_SYNC_PERIODIC
887887
config BT_CTLR_SYNC_TRANSFER_SENDER
888888
bool "Periodic Advertising Sync Transfer sender"
889889
depends on BT_CTLR_SYNC_TRANSFER_SENDER_SUPPORT
890-
select BT_TICKER_LAZY_GET
890+
select BT_TICKER_LAZY_GET if BT_LL_SW_SPLIT
891891
default BT_PER_ADV_SYNC_TRANSFER_SENDER
892892
help
893893
Enable support for the Periodic Advertising Sync Transfer control procedure

0 commit comments

Comments
 (0)