CONFIG_SOC_ANDES_V5_HWDSP¶
Enable AndeStar V5 DSP ISA
Enable AndeStar V5 DSP ISA
Type: bool
Help¶
This option enables the AndeStar v5 hardware DSP, in order to
support using the DSP instructions.
Help¶
This option enables the AndeStar v5 hardware DSP, in order to
support using the DSP instructions.
Direct dependencies¶
(!RISCV_GENERIC_TOOLCHAIN
&& SOC_SERIES_RISCV_ANDES_V5
) || (!RISCV_GENERIC_TOOLCHAIN
&& 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 definitions¶
At <Zephyr SoC>/riscv/riscv-privilege/andes_v5/Kconfig.soc:56
Included via Kconfig:8
→ Kconfig.zephyr:38
→ <Zephyr SoC>/Kconfig:15
→ <BuildDir>/kconfig/Kconfig.soc.arch:2
→ <Zephyr SoC>/riscv/riscv-privilege/Kconfig:22
Menu path: (Top) → Hardware Configuration
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 <Zephyr SoC>/riscv/riscv-privilege/andes_v5/Kconfig.soc:56
Included via Kconfig:8
→ Kconfig.zephyr:38
→ <Zephyr SoC>/Kconfig:18
→ <Zephyr SoC>/riscv/riscv-privilege/Kconfig:22
Menu path: (Top) → Hardware Configuration
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.)