소스 검색

[libcpu] Add ARCH_ARM_ARM9/11 type

Bernard Xiong 7 년 전
부모
커밋
bb46058d8e
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      libcpu/Kconfig

+ 8 - 0
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