diff --git a/arch/arm/cpu/Kconfig b/arch/arm/cpu/Kconfig index cbec793..be01f3d 100644 --- a/arch/arm/cpu/Kconfig +++ b/arch/arm/cpu/Kconfig @@ -35,6 +35,11 @@ Say Y if you want support for the ARM926T processor. Otherwise, say N. +# ARMv6 +config CPU_V6 + bool + select CPU_32v6 + # ARMv7 config CPU_V7 bool @@ -48,6 +53,9 @@ config CPU_32v5 bool +config CPU_32v6 + bool + config CPU_32v7 bool