* [PATCH] arm64: layerscape: remove redundant EDAC_SUPPORT selection
@ 2024-05-02 19:43 Baruch Siach
2024-05-03 6:29 ` Anshuman Khandual
2024-06-03 1:58 ` Shawn Guo
0 siblings, 2 replies; 3+ messages in thread
From: Baruch Siach @ 2024-05-02 19:43 UTC (permalink / raw)
To: Shawn Guo; +Cc: linux-arm-kernel, Baruch Siach
CONFIG_ARM64 selects CONFIG_EDAC_SUPPORT already.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
arch/arm64/Kconfig.platforms | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 24335565bad5..f934f217be85 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -200,7 +200,6 @@ if ARCH_NXP
config ARCH_LAYERSCAPE
bool "Freescale Layerscape SoC family"
- select EDAC_SUPPORT
help
This enables support for the Freescale Layerscape SoC family.
--
2.43.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] arm64: layerscape: remove redundant EDAC_SUPPORT selection
2024-05-02 19:43 [PATCH] arm64: layerscape: remove redundant EDAC_SUPPORT selection Baruch Siach
@ 2024-05-03 6:29 ` Anshuman Khandual
2024-06-03 1:58 ` Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Anshuman Khandual @ 2024-05-03 6:29 UTC (permalink / raw)
To: Baruch Siach, Shawn Guo; +Cc: linux-arm-kernel
On 5/3/24 01:13, Baruch Siach wrote:
> CONFIG_ARM64 selects CONFIG_EDAC_SUPPORT already.
Like many other platforms using EDAC_SUPPORT.
arch/arm/Kconfig: select EDAC_SUPPORT
arch/arm64/Kconfig: select EDAC_SUPPORT
arch/mips/Kconfig: select EDAC_SUPPORT
arch/powerpc/Kconfig: select EDAC_SUPPORT
arch/riscv/Kconfig: select EDAC_SUPPORT
arch/x86/Kconfig: select EDAC_SUPPORT
Hence this redundant selection here could be dropped.
>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
> arch/arm64/Kconfig.platforms | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index 24335565bad5..f934f217be85 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -200,7 +200,6 @@ if ARCH_NXP
>
> config ARCH_LAYERSCAPE
> bool "Freescale Layerscape SoC family"
> - select EDAC_SUPPORT
> help
> This enables support for the Freescale Layerscape SoC family.
>
LGTM
Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] arm64: layerscape: remove redundant EDAC_SUPPORT selection
2024-05-02 19:43 [PATCH] arm64: layerscape: remove redundant EDAC_SUPPORT selection Baruch Siach
2024-05-03 6:29 ` Anshuman Khandual
@ 2024-06-03 1:58 ` Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2024-06-03 1:58 UTC (permalink / raw)
To: Baruch Siach; +Cc: Shawn Guo, linux-arm-kernel
On Thu, May 02, 2024 at 10:43:07PM +0300, Baruch Siach wrote:
> CONFIG_ARM64 selects CONFIG_EDAC_SUPPORT already.
>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Applied, thanks!
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-06-03 1:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-02 19:43 [PATCH] arm64: layerscape: remove redundant EDAC_SUPPORT selection Baruch Siach
2024-05-03 6:29 ` Anshuman Khandual
2024-06-03 1:58 ` Shawn Guo
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).