arch: use same syntax for custom arch calls
Use same Kconfig syntax for those custom arch call. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
7f52fc4188
commit
a91c6e56c8
15 changed files with 30 additions and 32 deletions
|
@ -17,8 +17,8 @@ config RISCV_CORE_NORDIC_VPR
|
|||
select RISCV_HAS_CLIC
|
||||
select RISCV_SOC_CONTEXT_SAVE
|
||||
select HAS_FLASH_LOAD_OFFSET
|
||||
select ARCH_CPU_IDLE_CUSTOM
|
||||
select ARCH_CPU_ATOMIC_IDLE_CUSTOM
|
||||
select ARCH_HAS_CUSTOM_CPU_IDLE
|
||||
select ARCH_HAS_CUSTOM_CPU_ATOMIC_IDLE
|
||||
select INCLUDE_RESET_VECTOR
|
||||
help
|
||||
Enable support for the RISC-V Nordic VPR core.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue