This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 75760a9fdb9f5ce3dd0b1fb4cca677be2f4c2f69
Author: wangming9 <wangmi...@xiaomi.com>
AuthorDate: Fri Apr 7 19:21:11 2023 +0800

    arch/arm64: Adds custom chip option
    
    Signed-off-by: wangming9 <wangmi...@xiaomi.com>
---
 arch/arm64/Kconfig | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index c6a3c29f32..42bba8d38a 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -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

Reply via email to