From: Joe Perches Date: Tue, 31 Dec 2019 09:54:57 +0000 (-0800) Subject: arm64: Kconfig: Remove CONFIG_ prefix from ARM64_PSEUDO_NMI section X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3c9c1dcde7c3a6c6203686ccd620620ae5b2a905;p=linux.git arm64: Kconfig: Remove CONFIG_ prefix from ARM64_PSEUDO_NMI section Remove the CONFIG_ prefix from the select statement for ARM_GIC_V3. Acked-by: Catalin Marinas Signed-off-by: Joe Perches Signed-off-by: Will Deacon --- diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index b1b4476ddb834..e9b1fc22f72ef 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -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