Skip to content

Commit

Permalink
arm64: Kconfig: Remove CONFIG_ prefix from ARM64_PSEUDO_NMI section
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Joe Perches authored and Will Deacon committed Jan 8, 2020
1 parent 2641533 commit 3c9c1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c9c1dc

Please sign in to comment.