diff options
author | Joe Perches <joe@perches.com> | 2019-12-31 01:54:57 -0800 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2020-01-08 17:30:08 +0000 |
commit | 3c9c1dcde7c3a6c6203686ccd620620ae5b2a905 (patch) | |
tree | 8dfc3cf4033415d3c68497578be92eb1ef0ba849 /arch/arm64/Kconfig | |
parent | 26415330a754b464b14a8e1afabeaba3381ba1eb (diff) | |
download | lwn-3c9c1dcde7c3a6c6203686ccd620620ae5b2a905.tar.gz lwn-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>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r-- | arch/arm64/Kconfig | 2 |
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 |