From 52615afcf1e42e697c07cb2d6fdcbfcca06e48a2 Mon Sep 17 00:00:00 2001 From: Vinayak Kariappa Chettimada Date: Tue, 2 May 2023 10:30:47 +0530 Subject: [PATCH] Bluetooth: Controller: Remainder and Lazy depends on match get Ticker remainder and lazy get depends on match get interface provided by BT_TICKER_NEXT_SLOT_GET_MATCH. Signed-off-by: Vinayak Kariappa Chettimada --- subsys/bluetooth/controller/Kconfig.ll_sw_split | 3 +++ 1 file changed, 3 insertions(+) diff --git a/subsys/bluetooth/controller/Kconfig.ll_sw_split b/subsys/bluetooth/controller/Kconfig.ll_sw_split index 034b3ad11a0..12ca188a5ef 100644 --- a/subsys/bluetooth/controller/Kconfig.ll_sw_split +++ b/subsys/bluetooth/controller/Kconfig.ll_sw_split @@ -808,6 +808,8 @@ config BT_TICKER_NEXT_SLOT_GET config BT_TICKER_REMAINDER_GET bool "Ticker Next Slot Get with Remainder" depends on BT_TICKER_NEXT_SLOT_GET + select BT_TICKER_NEXT_SLOT_GET_MATCH + default y help This option enables ticker interface to iterate through active ticker nodes, returning tick to expire and remainder from a reference @@ -816,6 +818,7 @@ config BT_TICKER_REMAINDER_GET config BT_TICKER_LAZY_GET bool "Ticker Next Slot Get with Lazy" depends on BT_TICKER_NEXT_SLOT_GET + select BT_TICKER_NEXT_SLOT_GET_MATCH help This option enables ticker interface to iterate through active ticker nodes, returning tick to expire and lazy count from a reference