diff --git a/libcpu/Kconfig b/libcpu/Kconfig index 0279ca1bcfc3bee76074cee8cb032311ecf8e22c..1c63f114caf5e3cba0cb1fde4c41a2edb6f45470 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