CONFIG_CMSIS_DSP_SUPPORT

Support Functions

Type: bool

Help

This option enables the Support Functions, which support the
following operations:

* Vector 8-bit Integer Value Conversion
* Vector 16-bit Integer Value Conversion
* Vector 32-bit Integer Value Conversion
* Vector 32-bit Floating-Point Value Conversion
* Vector Copy
* Vector Fill
* Vector Sorting
* Cubic Spline Interpolation

Direct dependencies

CMSIS_DSP

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/modules/Kconfig.cmsis_dsp:125

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:13<Zephyr>/modules/Kconfig.cmsis:28

Menu path: (Top) → Modules → CMSIS-DSP Library Support

config CMSIS_DSP_SUPPORT
    bool "Support Functions"
    depends on CMSIS_DSP
    help
      This option enables the Support Functions, which support the
      following operations:

      * Vector 8-bit Integer Value Conversion
      * Vector 16-bit Integer Value Conversion
      * Vector 32-bit Integer Value Conversion
      * Vector 32-bit Floating-Point Value Conversion
      * Vector Copy
      * Vector Fill
      * Vector Sorting
      * Cubic Spline Interpolation

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