diff mbox series

arm64: layerscape: remove redundant EDAC_SUPPORT selection

Message ID 14f8e5bb0c6fe482298f0d41d0195751d65f18d6.1714678987.git.baruch@tkos.co.il (mailing list archive)
State New
Headers show
Series arm64: layerscape: remove redundant EDAC_SUPPORT selection | expand

Commit Message

Baruch Siach May 2, 2024, 7:43 p.m. UTC
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(-)

Comments

Anshuman Khandual May 3, 2024, 6:29 a.m. UTC | #1
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>
diff mbox series

Patch

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.