[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200103160820.GF10107@arrakis.emea.arm.com>
Date: Fri, 3 Jan 2020 16:08:21 +0000
From: Catalin Marinas <catalin.marinas@....com>
To: Joe Perches <joe@...ches.com>
Cc: Will Deacon <will@...nel.org>,
linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] arm64: Kconfig: Remove CONFIG_ prefix from
ARM64_PSEUDO_NMI section
On Tue, Dec 31, 2019 at 01:54:57AM -0800, Joe Perches wrote:
> Remove the CONFIG_ prefix from the select statement for ARM_GIC_V3.
>
> Signed-off-by: Joe Perches <joe@...ches.com>
> ---
> arch/arm64/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
> index b1b447..e9b1fc 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
Ah, kbuild doesn't warn about this. Anyway, it's not urgent since we
already select ARM_GIC_V3 in the main ARM64 config, so Will can pick it
up for 5.6. Thanks.
Acked-by: Catalin Marinas <catalin.marinas@....com>
Powered by blists - more mailing lists