arch/arm64: Adds custom chip option

Signed-off-by: wangming9 <wangming9@xiaomi.com>
This commit is contained in:
wangming9 2023-04-07 19:21:11 +08:00 committed by Alan Carvalho de Assis
parent 57df1ddcbb
commit 75760a9fdb
1 changed files with 7 additions and 0 deletions

View File

@ -49,6 +49,13 @@ config ARCH_CHIP_FVP_ARMV8R
select ARCH_CORTEX_R82 select ARCH_CORTEX_R82
---help--- ---help---
ARM FVP virt platform (ARMv8r) ARM FVP virt platform (ARMv8r)
config ARCH_CHIP_ARM64_CUSTOM
bool "Custom ARM64 chip"
select ARCH_CHIP_CUSTOM
---help---
Select this option if there is no directory for the chip under arch/arm64/src/.
endchoice endchoice
config ARCH_ARMV8A config ARCH_ARMV8A