[PATCH 11/12] add armv6 support to the konfig system
Sascha Hauer
s.hauer at pengutronix.de
Mon Jan 25 02:32:29 EST 2010
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
arch/arm/cpu/Kconfig | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
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 @@ config CPU_ARM926T
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_32v4T
config CPU_32v5
bool
+config CPU_32v6
+ bool
+
config CPU_32v7
bool
--
1.6.6
More information about the barebox
mailing list