From bb46058d8efe0354bd4e023204385cd0f9820da3 Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Tue, 19 Dec 2017 17:39:23 +0800 Subject: [PATCH] [libcpu] Add ARCH_ARM_ARM9/11 type --- libcpu/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libcpu/Kconfig b/libcpu/Kconfig index 0279ca1bcf..1c63f114ca 100644 --- a/libcpu/Kconfig +++ b/libcpu/Kconfig @@ -33,6 +33,14 @@ config ARCH_ARM_MMU bool depends on ARCH_ARM +config ARCH_ARM_ARM9 + bool + select ARCH_ARM + +config ARCH_ARM_ARM11 + bool + select ARCH_ARM + config ARCH_ARM_CORTEX_A bool select ARCH_ARM -- GitLab