diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2019-01-08 14:28:05 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2019-02-01 21:44:10 +0000 |
commit | 8f433ec4d0c41d8d01113bc0bf846f2423df6c71 (patch) | |
tree | df3d5172faf4bc28e82d107360ecd410e48ca109 /arch/arm/Kconfig | |
parent | 1c31d4e96b8c205fe3aa8e73e930a0ccbf4b9a2b (diff) | |
download | linux-8f433ec4d0c41d8d01113bc0bf846f2423df6c71.tar.bz2 |
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/Kconfig | 2 |
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" |