:orphan: .. title:: CONFIG_CMSIS_DSP .. kconfig:: CONFIG_CMSIS_DSP CONFIG_CMSIS_DSP ################ *CMSIS-DSP Library Support* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`CPU_CORTEX ` && \ :kconfig:`NEWLIB_LIBC `) || \ :kconfig:`ARCH_POSIX ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/Kconfig.cmsis:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:13`` Menu path: (Top) → Modules .. code-block:: kconfig menuconfig CMSIS_DSP bool "CMSIS-DSP Library Support" depends on (CPU_CORTEX && NEWLIB_LIBC) || ARCH_POSIX *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*