aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2019-12-31 01:54:57 -0800
committerWill Deacon <will@kernel.org>2020-01-08 17:30:08 +0000
commit3c9c1dcde7c3a6c6203686ccd620620ae5b2a905 (patch)
tree8dfc3cf4033415d3c68497578be92eb1ef0ba849
parentarm64: armv8_deprecated: update the comments of armv8_deprecated_init() (diff)
downloadlinux-dev-3c9c1dcde7c3a6c6203686ccd620620ae5b2a905.tar.xz
linux-dev-3c9c1dcde7c3a6c6203686ccd620620ae5b2a905.zip
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>
-rw-r--r--arch/arm64/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index b1b4476ddb83..e9b1fc22f72e 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