The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_MATH_FFT

FFT library

Type: bool

Help

Enable Fast Fourier Transform library, this should not be selected
directly, please select it from other audio components where need it.

Direct dependencies

SOF

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/audio/Kconfig:74

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:6doc/_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 MATH_FFT
    bool "FFT library"
    default n
    depends on SOF
    help
      Enable Fast Fourier Transform library, this should not be selected
      directly, please select it from other audio components where need it.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)