summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorGeert Uytterhoeven2019-01-08 14:28:05 +0100
committerRussell King2019-02-01 22:44:10 +0100
commit8f433ec4d0c41d8d01113bc0bf846f2423df6c71 (patch)
treedf3d5172faf4bc28e82d107360ecd410e48ca109 /arch/arm/Kconfig
parentARM: 8820/1: mm: Stop printing the virtual memory layout (diff)
downloadkernel-qcow2-linux-8f433ec4d0c41d8d01113bc0bf846f2423df6c71.tar.gz
kernel-qcow2-linux-8f433ec4d0c41d8d01113bc0bf846f2423df6c71.tar.xz
kernel-qcow2-linux-8f433ec4d0c41d8d01113bc0bf846f2423df6c71.zip
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"