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:
parent
0bb8ec86d7
commit
1e20009212
1 changed files with 8 additions and 0 deletions
|
@ -412,6 +412,14 @@ config BT_CTLR_PHY_CODED
|
||||||
Enable support for Bluetooth 5.0 Coded PHY in the Controller.
|
Enable support for Bluetooth 5.0 Coded PHY in the Controller.
|
||||||
endif # BT_PHY_UPDATE
|
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
|
if BT_LL_SW_LEGACY
|
||||||
|
|
||||||
config BT_CTLR_WORKER_PRIO
|
config BT_CTLR_WORKER_PRIO
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue