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 <catalin.marinas@arm.com>
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Will Deacon <will@kernel.org>
This commit is contained in:
Joe Perches 2019-12-31 01:54:57 -08:00 committed by Will Deacon
parent 26415330a7
commit 3c9c1dcde7

View file

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