:orphan: .. title:: CONFIG_SOC_ANDES_V5_HWDSP .. kconfig:: CONFIG_SOC_ANDES_V5_HWDSP CONFIG_SOC_ANDES_V5_HWDSP ######################### *Enable AndeStar V5 DSP ISA* *Enable AndeStar V5 DSP ISA* Type: ``bool`` Help ==== .. code-block:: none This option enables the AndeStar v5 hardware DSP, in order to support using the DSP instructions. Help ==== .. code-block:: none This option enables the AndeStar v5 hardware DSP, in order to support using the DSP instructions. Direct dependencies =================== (!\ :kconfig:`RISCV_GENERIC_TOOLCHAIN ` && \ :kconfig:`SOC_SERIES_RISCV_ANDES_V5 `) || (!\ :kconfig:`RISCV_GENERIC_TOOLCHAIN ` && \ :kconfig:`SOC_SERIES_RISCV_ANDES_V5 `) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`RISCV_SOC_CONTEXT_SAVE ` - \ :kconfig:`RISCV_SOC_CONTEXT_SAVE ` Kconfig definitions =================== At ``/riscv/riscv-privilege/andes_v5/Kconfig.soc:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/riscv/riscv-privilege/Kconfig:22`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SOC_ANDES_V5_HWDSP bool "Enable AndeStar V5 DSP ISA" select RISCV_SOC_CONTEXT_SAVE depends on !RISCV_GENERIC_TOOLCHAIN && SOC_SERIES_RISCV_ANDES_V5 help This option enables the AndeStar v5 hardware DSP, in order to support using the DSP instructions. ---- At ``/riscv/riscv-privilege/andes_v5/Kconfig.soc:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/riscv/riscv-privilege/Kconfig:22`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SOC_ANDES_V5_HWDSP bool "Enable AndeStar V5 DSP ISA" select RISCV_SOC_CONTEXT_SAVE depends on !RISCV_GENERIC_TOOLCHAIN && SOC_SERIES_RISCV_ANDES_V5 help This option enables the AndeStar v5 hardware DSP, in order to support using the DSP instructions. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*