Bluetooth: Controller: Remove legacy LL optimize for speed dependency

Remove legacy LL optimize for speed dependency required to
support encryption feature in Controller where crypto was
performed in highest priority ISRs to setup encryption in 3
radio events (this now requires 5 radio events in split LL).

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
Vinayak Kariappa Chettimada 2024-04-29 12:32:38 +02:00 committed by David Leach
commit 31c048f4e3

View file

@ -599,9 +599,9 @@ config BT_CTLR_DYNAMIC_INTERRUPTS
enabled. enabled.
config BT_CTLR_OPTIMIZE_FOR_SPEED config BT_CTLR_OPTIMIZE_FOR_SPEED
prompt "Optimize for Speed" if !(SOC_SERIES_NRF51X && BT_CTLR_LE_ENC) prompt "Optimize for Speed"
bool bool
default y if BT_CTLR_LE_ENC default y
help help
Optimize compilation of controller for execution speed. Optimize compilation of controller for execution speed.