CONFIG_SOC_ANDES_V5_HWDSP¶
Enable AndeStar V5 DSP ISA
Type: bool
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
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At soc/riscv/riscv-privilege/andes_v5/Kconfig.soc:56
Included via Kconfig:8
→ Kconfig.zephyr:38
→ soc/Kconfig:18
→ 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.)