Linux EDAC development
 help / color / mirror / Atom feed
* [PATCH] edac/Kconfig: reenable edac_mpc85xx on MPC85xx
@ 2010-07-16 23:11 Dmitry Eremin-Solenikov
  2010-07-21 15:33 ` Dmitry Eremin-Solenikov
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Eremin-Solenikov @ 2010-07-16 23:11 UTC (permalink / raw)
  To: linux-kernel; +Cc: Doug Thompson, bluesmoke-devel, stable

Somewhere after 2.6.32 MPC85xx got renamed to FSL_BOOKE (to include
QorIQ family of chips). However drivers/edac/Kconfig wasn't updated to
reflect this change. Fix it now.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Cc: stable@kernel.org
---
 drivers/edac/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
index aedef79..2328c95 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -209,7 +209,7 @@ config EDAC_I5100
 
 config EDAC_MPC85XX
 	tristate "Freescale MPC83xx / MPC85xx"
-	depends on EDAC_MM_EDAC && FSL_SOC && (PPC_83xx || MPC85xx)
+	depends on EDAC_MM_EDAC && FSL_SOC && (PPC_83xx || FSL_SOC_BOOKE)
 	help
 	  Support for error detection and correction on the Freescale
 	  MPC8349, MPC8560, MPC8540, MPC8548
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-07-21 15:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-16 23:11 [PATCH] edac/Kconfig: reenable edac_mpc85xx on MPC85xx Dmitry Eremin-Solenikov
2010-07-21 15:33 ` Dmitry Eremin-Solenikov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox