From: Baruch Siach Date: Thu, 2 May 2024 19:43:07 +0000 (+0300) Subject: arm64: layerscape: remove redundant EDAC_SUPPORT selection X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e2106e6ad20e495ce59e552748330d2749070ee6;p=users%2Fdwmw2%2Flinux.git arm64: layerscape: remove redundant EDAC_SUPPORT selection CONFIG_ARM64 selects CONFIG_EDAC_SUPPORT already. Signed-off-by: Baruch Siach Reviewed-by: Anshuman Khandual Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index a52618073de2f..10723346291a0 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -207,7 +207,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.