[libcpu] Add ARCH_ARM_ARM9/11 type
This commit is contained in:
parent
fd234eafdc
commit
bb46058d8e
|
@ -33,6 +33,14 @@ config ARCH_ARM_MMU
|
||||||
bool
|
bool
|
||||||
depends on ARCH_ARM
|
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
|
config ARCH_ARM_CORTEX_A
|
||||||
bool
|
bool
|
||||||
select ARCH_ARM
|
select ARCH_ARM
|
||||||
|
|
Loading…
Reference in New Issue