We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d9620 commit f972fb0Copy full SHA for f972fb0
subsys/bluetooth/controller/CMakeLists.txt
@@ -85,7 +85,7 @@ zephyr_library_include_directories(
85
)
86
87
zephyr_library_compile_options_ifdef(
88
- CONFIG_BT_CTLR_FAST_ENC
+ CONFIG_BT_CTLR_OPTIMIZE_FOR_SPEED
89
${OPTIMIZE_FOR_SPEED_FLAG}
90
91
subsys/bluetooth/controller/Kconfig
@@ -576,6 +576,12 @@ config BT_CTLR_ZLI
576
shall not use Zero Latency IRQ themselves when this option is selected,
577
else will impact controller stability.
578
579
+config BT_CTLR_OPTIMIZE_FOR_SPEED
580
+ bool "Optimize for Speed"
581
+ default y if BT_CTLR_LE_ENC
582
+ help
583
+ Optimize compilation of controller for execution speed.
584
+
585
if BT_LL_SW_LEGACY
586
587
config BT_CTLR_WORKER_PRIO
0 commit comments