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