summary refs log tree commit diff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2019-01-08 14:28:05 +0100
committerRussell King <rmk+kernel@armlinux.org.uk>2019-02-01 21:44:10 +0000
commit8f433ec4d0c41d8d01113bc0bf846f2423df6c71 (patch)
treedf3d5172faf4bc28e82d107360ecd410e48ca109 /arch/arm/Kconfig
parent1c31d4e96b8c205fe3aa8e73e930a0ccbf4b9a2b (diff)
downloadlinux-8f433ec4d0c41d8d01113bc0bf846f2423df6c71.tar.gz
ARM: 8821/1: Correct meaning of SCU in HAVE_ARM_SCU help txt
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>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 664e918e2624..8986cf07fe1f 100644
--- 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 system coherency unit
+	  This option enables support for the ARM snoop control unit
 
 config HAVE_ARM_ARCH_TIMER
 	bool "Architected timer support"