From e2106e6ad20e495ce59e552748330d2749070ee6 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Thu, 2 May 2024 22:43:07 +0300 Subject: [PATCH] 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 --- arch/arm64/Kconfig.platforms | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index a52618073de2..10723346291a 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.