Message ID | 14f8e5bb0c6fe482298f0d41d0195751d65f18d6.1714678987.git.baruch@tkos.co.il (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: layerscape: remove redundant EDAC_SUPPORT selection | expand |
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>
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!
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.
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(-)