From: Anshuman Khandual <anshuman.khandual@arm.com>
To: Baruch Siach <baruch@tkos.co.il>, Shawn Guo <shawnguo@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] arm64: layerscape: remove redundant EDAC_SUPPORT selection
Date: Fri, 3 May 2024 11:59:35 +0530 [thread overview]
Message-ID: <f96d2cb4-6216-4dab-9024-a2ce1e9df1dd@arm.com> (raw)
In-Reply-To: <14f8e5bb0c6fe482298f0d41d0195751d65f18d6.1714678987.git.baruch@tkos.co.il>
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
next prev parent reply other threads:[~2024-05-03 6:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-02 19:43 [PATCH] arm64: layerscape: remove redundant EDAC_SUPPORT selection Baruch Siach
2024-05-03 6:29 ` Anshuman Khandual [this message]
2024-06-03 1:58 ` Shawn Guo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f96d2cb4-6216-4dab-9024-a2ce1e9df1dd@arm.com \
--to=anshuman.khandual@arm.com \
--cc=baruch@tkos.co.il \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=shawnguo@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.