projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c31d4e
)
ARM: 8821/1: Correct meaning of SCU in HAVE_ARM_SCU help txt
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Tue, 8 Jan 2019 13:28:05 +0000
(14:28 +0100)
committer
Russell King
<rmk+kernel@armlinux.org.uk>
Fri, 1 Feb 2019 21:44:10 +0000
(21:44 +0000)
According to the ARM Cortex-A5 and Cortex-A9 Technical Reference
Manuals, SCU stands for "Snoop Control Unit".
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index
664e918
..
8986cf0
100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-1304,7
+1304,7
@@
config SCHED_SMT
config HAVE_ARM_SCU
bool
help
- This option enables support for the ARM s
ystem coherency
unit
+ This option enables support for the ARM s
noop control
unit
config HAVE_ARM_ARCH_TIMER
bool "Architected timer support"