:orphan: .. title:: CONFIG_CMSIS_DSP_NEON .. kconfig:: CONFIG_CMSIS_DSP_NEON CONFIG_CMSIS_DSP_NEON ##################### *Neon Instruction Set* Type: ``bool`` Help ==== .. code-block:: none This option enables the NEON Advanced SIMD instruction set, which is available on most Cortex-A and some Cortex-R processors. Direct dependencies =================== \ :kconfig:`CPU_CORTEX_A ` && \ :kconfig:`CMSIS_DSP ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/Kconfig.cmsis_dsp:750`` 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_NEON bool "Neon Instruction Set" default y depends on CPU_CORTEX_A && CMSIS_DSP help This option enables the NEON Advanced SIMD instruction set, which is available on most Cortex-A and some Cortex-R processors. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*