- CONFIG_COMP_FIR¶
FIR component
Type: bool
Help¶
Select for FIR component. FIR performance can differ between DSP
ISA and compiler used. FIR will perform best when MAC instructions
are available in ISA and are used by the compiler. i.e. xt-xcc on
xtensa will generate MAC instructions but GCC on xtensa won't.
Filter tap count can be severely restricted to reduce FIR cycles
and FIR performance for DSP/compilers with no MAC support
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
y
Symbols selected by this symbol¶
Kconfig definition¶
At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/audio/Kconfig:81
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
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/../Kconfig.sof:124
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/Kconfig:9
Menu path: (Top) → Modules → sof (/home/nashif/zephyrproject/modules/audio/sof) → Audio components
config COMP_FIR
bool "FIR component"
default y
select MATH_FIR
depends on SOF
help
Select for FIR component. FIR performance can differ between DSP
ISA and compiler used. FIR will perform best when MAC instructions
are available in ISA and are used by the compiler. i.e. xt-xcc on
xtensa will generate MAC instructions but GCC on xtensa won't.
Filter tap count can be severely restricted to reduce FIR cycles
and FIR performance for DSP/compilers with no MAC support
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)