Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74210267 authored by York Sun's avatar York Sun Committed by Borislav Petkov
Browse files

EDAC, mpc8xxx: Adapt for FSL SoC



Remove mpc83xx and mpc85xx as dependency.

Signed-off-by: default avatarYork Sun <yorksun@freescale.com>
Acked-by: default avatarJohannes Thumshirn <morbidrsa@gmail.com>
Cc: Mingkai.hu@freescale.com
Link: http://lkml.kernel.org/r/1431425022-44766-1-git-send-email-Wenbin.Song@freescale.com


Signed-off-by: default avatarsongwenbin <wenbin.song@freescale.com>
Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
parent cc14c5a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -263,10 +263,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"