summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-12-08 12:22:21 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-12-08 12:22:21 +0100
commit8030ab24fa042a356b958dd1ccf0338b0d2c8418 (patch)
treea6882bc2b56ca6120ed450aa2d860361a88b8025 /arch/arm/cpu/Kconfig
parent6d7dcfbccfa2a42b16eb7529a3785fdac25c8705 (diff)
parentc209c186e0e4f3bb5731ae4593350e0bc8554bcd (diff)
downloadbarebox-8030ab24fa042a356b958dd1ccf0338b0d2c8418.tar.gz
barebox-8030ab24fa042a356b958dd1ccf0338b0d2c8418.tar.xz
Merge branch 'kconfig'
Diffstat (limited to 'arch/arm/cpu/Kconfig')
-rw-r--r--arch/arm/cpu/Kconfig7
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/cpu/Kconfig b/arch/arm/cpu/Kconfig
index d8a5fb1734..86bc174101 100644
--- a/arch/arm/cpu/Kconfig
+++ b/arch/arm/cpu/Kconfig
@@ -4,7 +4,7 @@ config CPU_32
bool
default y
-# Select CPU types depending on the architecture selected. This selects
+# Select CPU types depending on the architecture selected. This selects
# which CPUs we support in the kernel image, and the compiler instruction
# optimiser behaviour.
@@ -27,14 +27,13 @@ config CPU_ARM920T
Say Y if you want support for the ARM920T processor.
Otherwise, say N.
-
# ARM926T
config CPU_ARM926T
bool
select CPU_32v5
help
- This is a variant of the ARM920. It has slightly different
- instruction sequences for cache and TLB operations. Curiously,
+ This is a variant of the ARM920. It has slightly different
+ instruction sequences for cache and TLB operations. Curiously,
there is no documentation on it at the ARM corporate website.
Say Y if you want support for the ARM926T processor.