Bluetooth: controller: Add Zero Latency IRQ Kconfig

Add a Kconfig option to enable use of Zero Latency IRQs in
the controller.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
Vinayak Kariappa Chettimada 2019-10-08 17:51:03 +05:30 committed by Alberto Escolar
commit 1e20009212

View file

@ -412,6 +412,14 @@ config BT_CTLR_PHY_CODED
Enable support for Bluetooth 5.0 Coded PHY in the Controller.
endif # BT_PHY_UPDATE
config BT_CTLR_ZLI
bool "Use Zero Latency IRQs"
depends on ZERO_LATENCY_IRQS
help
Enable support for use of Zero Latency IRQ feature. Note, applications
shall not use Zero Latency IRQ themselves when this option is selected,
else will impact controller stability.
if BT_LL_SW_LEGACY
config BT_CTLR_WORKER_PRIO