- choice: Optimization
Optimization
Type: bool
Help¶
Controls how compiler should optimize binary.
This config should affect only compiler settings and is
not meant to be used for conditional compilation of code.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
Choice options¶
Kconfig definition¶
At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../Kconfig.sof:126
Included via Kconfig:8
→ Kconfig.zephyr:23
→ modules/Kconfig:6
→ doc/_build/Kconfig/Kconfig.modules:14
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/Kconfig:2
Menu path: (Top) → Modules → sof (/home/nashif/zephyrproject/modules/audio/sof)
choice
bool "Optimization"
default OPTIMIZE_FOR_PERFORMANCE
depends on SOF
help
Controls how compiler should optimize binary.
This config should affect only compiler settings and is
not meant to be used for conditional compilation of code.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)