arch/arm64: Adds custom chip option
Signed-off-by: wangming9 <wangming9@xiaomi.com>
This commit is contained in:
parent
57df1ddcbb
commit
75760a9fdb
|
@ -49,6 +49,13 @@ config ARCH_CHIP_FVP_ARMV8R
|
|||
select ARCH_CORTEX_R82
|
||||
---help---
|
||||
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
|
||||
|
||||
config ARCH_ARMV8A
|
||||
|
|
Loading…
Reference in New Issue