Re: [v2,1/2] powerpc/mpc8xxx: Change EDAC for FSL SoC
From: Scott Wood <hidden>
Date: 2015-05-29 01:01:35
On Thu, May 07, 2015 at 05:41:37PM +0800, songwenbin wrote:
From: York Sun <redacted> Remove mpc83xx and mpc85xx as dependency. Signed-off-by: York Sun <redacted> Signed-off-by: songwenbin <redacted> --- drivers/edac/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
These patches need to be sent to the EDAC list and maintainer.
quoted hunk ↗ jump to hunk
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index cb59619..ad07d4f 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig@@ -262,10 +262,10 @@ config EDAC_SBRIDGE config EDAC_MPC85XX tristate "Freescale MPC83xx / MPC85xx" - depends on EDAC_MM_EDAC && FSL_SOC && (PPC_83xx || PPC_85xx) + depends on EDAC_MM_EDAC && FSL_SOC help Support for error detection and correction on the Freescale - MPC8349, MPC8560, MPC8540, MPC8548 + MPC8349, MPC8560, MPC8540, MPC8548, T4240
Why T4240? We're not really going to list every mpc85xx/QorIQ PPC chip here, are we? -Scott