linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: Kconfig: Remove CONFIG_ prefix from ARM64_PSEUDO_NMI section
@ 2019-12-31  9:54 Joe Perches
  2020-01-03 16:08 ` Catalin Marinas
  0 siblings, 1 reply; 2+ messages in thread
From: Joe Perches @ 2019-12-31  9:54 UTC (permalink / raw)
  To: Catalin Marinas; +Cc: Will Deacon, linux-arm-kernel, LKML

Remove the CONFIG_ prefix from the select statement for ARM_GIC_V3.

Signed-off-by: Joe Perches <joe@perches.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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: Kconfig: Remove CONFIG_ prefix from ARM64_PSEUDO_NMI section
  2019-12-31  9:54 [PATCH] arm64: Kconfig: Remove CONFIG_ prefix from ARM64_PSEUDO_NMI section Joe Perches
@ 2020-01-03 16:08 ` Catalin Marinas
  0 siblings, 0 replies; 2+ messages in thread
From: Catalin Marinas @ 2020-01-03 16:08 UTC (permalink / raw)
  To: Joe Perches; +Cc: Will Deacon, linux-arm-kernel, LKML

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@perches.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@arm.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-03 16:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-31  9:54 [PATCH] arm64: Kconfig: Remove CONFIG_ prefix from ARM64_PSEUDO_NMI section Joe Perches
2020-01-03 16:08 ` Catalin Marinas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).