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:
parent
00e3ea89dd
commit
31c048f4e3
1 changed files with 2 additions and 2 deletions
|
@ -599,9 +599,9 @@ config BT_CTLR_DYNAMIC_INTERRUPTS
|
|||
enabled.
|
||||
|
||||
config BT_CTLR_OPTIMIZE_FOR_SPEED
|
||||
prompt "Optimize for Speed" if !(SOC_SERIES_NRF51X && BT_CTLR_LE_ENC)
|
||||
prompt "Optimize for Speed"
|
||||
bool
|
||||
default y if BT_CTLR_LE_ENC
|
||||
default y
|
||||
help
|
||||
Optimize compilation of controller for execution speed.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue