[PATCH] arm64: layerscape: remove redundant EDAC_SUPPORT selection

Anshuman Khandual anshuman.khandual at arm.com
Thu May 2 23:29:35 PDT 2024



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 at 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 at arm.com>



More information about the linux-arm-kernel mailing list