soc: nordic: Select symbol properly
Correctly selects the Kconfig symbols for viper CPU clusters instead of having a reverse hwmv1 setup where the symbol has a choice Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
756e699a41
commit
486fd37de9
4 changed files with 7 additions and 9 deletions
|
@ -2,9 +2,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config RISCV_CORE_NORDIC_VPR
|
||||
bool "RISC-V Nordic VPR core"
|
||||
default y
|
||||
depends on DT_HAS_NORDIC_VPR_ENABLED
|
||||
bool
|
||||
select ATOMIC_OPERATIONS_C
|
||||
select RISCV
|
||||
select RISCV_PRIVILEGED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue