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 <vich@nordicsemi.no>
This commit is contained in:
Vinayak Kariappa Chettimada 2020-02-20 16:12:09 +05:30 committed by Johan Hedberg
commit a749e28d98

View file

@ -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.