:orphan: .. title:: CONFIG_CMSIS_DSP_SUPPORT .. kconfig:: CONFIG_CMSIS_DSP_SUPPORT CONFIG_CMSIS_DSP_SUPPORT ######################## *Support Functions* Type: ``bool`` Help ==== .. code-block:: none 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 16-bit Floating-Point Value Conversion * Vector 32-bit Floating-Point Value Conversion * Vector Copy * Vector Fill * Vector Sorting * Weighted Sum * Barycenter Direct dependencies =================== \ :kconfig:`CMSIS_DSP ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that imply this symbol ============================== - \ :kconfig:`CMSIS_DSP_FILTERING ` Kconfig definition ================== At ``/Kconfig.cmsis_dsp:162`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:13`` → ``/Kconfig.cmsis:28`` Menu path: (Top) → Modules → CMSIS-DSP Library Support .. code-block:: kconfig 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 16-bit Floating-Point Value Conversion * Vector 32-bit Floating-Point Value Conversion * Vector Copy * Vector Fill * Vector Sorting * Weighted Sum * Barycenter *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*