From a749e28d986c677db28c05c03d2c2830df2fd6b9 Mon Sep 17 00:00:00 2001 From: Vinayak Kariappa Chettimada Date: Thu, 20 Feb 2020 16:12:09 +0530 Subject: [PATCH] Bluetooth: controller: split: nRF: Use ticker compat mode as default Use the old ticker compatibility mode implementation as default for nRF5x Series SoCs. Fixes #22926. Signed-off-by: Vinayak Kariappa Chettimada --- subsys/bluetooth/controller/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/subsys/bluetooth/controller/Kconfig b/subsys/bluetooth/controller/Kconfig index 01deb45f14c..16ed7813059 100644 --- a/subsys/bluetooth/controller/Kconfig +++ b/subsys/bluetooth/controller/Kconfig @@ -138,6 +138,10 @@ config BT_LLL_VENDOR_NORDIC select BT_CTLR_SCHED_ADVANCED_SUPPORT select BT_CTLR_TIFS_HW_SUPPORT + # Until ticker resolve collision is fixed for skipped ticker catch-up + # issue, use the old compatibility mode + select BT_TICKER_COMPATIBILITY_MODE + default y help Use Nordic Lower Link Layer implementation.