soc: riscv: nrf54h: fix VPR core dependencies

The actual RISC-V core needs to select RISCV, and specific SoC CPU
depend on it.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2024-02-13 10:13:13 +01:00 committed by Henrik Brix Andersen
parent ba44a86634
commit f0fe6b8833
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ config RISCV_CORE_NORDIC_VPR
bool "RISC-V Nordic VPR core"
default y
depends on DT_HAS_NORDIC_VPR_ENABLED
depends on RISCV
select RISCV
select ATOMIC_OPERATIONS_C
select RISCV_ISA_RV32E
select RISCV_ISA_EXT_M

View file

@ -12,7 +12,7 @@ choice
config SOC_NRF54H20_ENGA_CPUPPR
bool "nRF54H20 ENGA CPUPPR"
select RISCV
depends on RISCV_CORE_NORDIC_VPR
endchoice