arm64: Kconfig: Remove CONFIG_ prefix from ARM64_PSEUDO_NMI section
authorJoe Perches <joe@perches.com>
Tue, 31 Dec 2019 09:54:57 +0000 (01:54 -0800)
committerWill Deacon <will@kernel.org>
Wed, 8 Jan 2020 17:30:08 +0000 (17:30 +0000)
Remove the CONFIG_ prefix from the select statement for ARM_GIC_V3.

Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/Kconfig

index b1b4476..e9b1fc2 100644 (file)
@@ -1544,7 +1544,7 @@ config ARM64_MODULE_PLTS
 
 config ARM64_PSEUDO_NMI
        bool "Support for NMI-like interrupts"
-       select CONFIG_ARM_GIC_V3
+       select ARM_GIC_V3
        help
          Adds support for mimicking Non-Maskable Interrupts through the use of
          GIC interrupt priority. This support requires version 3 or later of