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:
Anas Nashif 2024-07-05 05:52:13 -04:00 committed by Carles Cufí
commit a91c6e56c8
15 changed files with 30 additions and 32 deletions

View file

@ -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.