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