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:
parent
ba44a86634
commit
f0fe6b8833
|
@ -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
|
||||
|
|
|
@ -12,7 +12,7 @@ choice
|
|||
|
||||
config SOC_NRF54H20_ENGA_CPUPPR
|
||||
bool "nRF54H20 ENGA CPUPPR"
|
||||
select RISCV
|
||||
depends on RISCV_CORE_NORDIC_VPR
|
||||
|
||||
endchoice
|
||||
|
||||
|
|
Loading…
Reference in a new issue