From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 6EC791A058C for ; Thu, 7 May 2015 19:44:29 +1000 (AEST) Received: from na01-by2-obe.outbound.protection.outlook.com (mail-by2on0108.outbound.protection.outlook.com [207.46.100.108]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id AE64114028F for ; Thu, 7 May 2015 19:44:28 +1000 (AEST) From: songwenbin To: Subject: [PATCH 1/2] powerpc/mpc8xxx: Change EDAC for FSL SoC Date: Thu, 7 May 2015 17:07:29 +0800 Message-ID: <1430989649-27773-1-git-send-email-Wenbin.Song@freescale.com> MIME-Version: 1.0 Content-Type: text/plain Cc: Mingkai.hu@freescale.com, York Sun , songwenbin List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: York Sun Remove mpc83xx and mpc85xx as dependency. Signed-off-by: York Sun Change-Id: I92ff2ecf38b00e48a713baf2443495f8a1468beb Reviewed-on: http://git.am.freescale.net:8181/554 Reviewed-by: Schmitt Richard-B43082 Tested-by: Schmitt Richard-B43082 Reviewed-by: Fleming Andrew-AFLEMING Tested-by: Fleming Andrew-AFLEMING Signed-off-by: songwenbin --- drivers/edac/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 config EDAC_MV64X60 tristate "Marvell MV64x60" -- 2.1.0.27.g96db324