Skip to content

Commit c8398b5

Browse files
weeTikejfischer-no
authored andcommitted
[nrf fromlist] 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 <[email protected]> (cherry picked from commit d82bf446937522690e02ae9a9ce4e652db0b8bb0)
1 parent 3f138cc commit c8398b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/bluetooth/controller/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ endif # BT_CTLR_SYNC_PERIODIC
889889
config BT_CTLR_SYNC_TRANSFER_SENDER
890890
bool "Periodic Advertising Sync Transfer sender"
891891
depends on BT_CTLR_SYNC_TRANSFER_SENDER_SUPPORT
892-
select BT_TICKER_LAZY_GET
892+
select BT_TICKER_LAZY_GET if BT_LL_SW_SPLIT
893893
default BT_PER_ADV_SYNC_TRANSFER_SENDER
894894
help
895895
Enable support for the Periodic Advertising Sync Transfer control procedure

0 commit comments

Comments
 (0)