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>
This commit is contained in:
parent
2a207879d1
commit
cc9279e3ce
1 changed files with 1 additions and 1 deletions
|
@ -887,7 +887,7 @@ endif # BT_CTLR_SYNC_PERIODIC
|
|||
config BT_CTLR_SYNC_TRANSFER_SENDER
|
||||
bool "Periodic Advertising Sync Transfer sender"
|
||||
depends on BT_CTLR_SYNC_TRANSFER_SENDER_SUPPORT
|
||||
select BT_TICKER_LAZY_GET
|
||||
select BT_TICKER_LAZY_GET if BT_LL_SW_SPLIT
|
||||
default BT_PER_ADV_SYNC_TRANSFER_SENDER
|
||||
help
|
||||
Enable support for the Periodic Advertising Sync Transfer control procedure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue