edac: mpc85xx: fix MPC85xx dependency
Since commit 5753c082f6
("powerpc/85xx:
Kconfig cleanup"), there is no MPC85xx Kconfig symbol anymore, so the
driver became non-selectable.
This patch fixes the issue by switching to PPC_85xx symbol.
Signed-off-by: Anton Vorontsov <avorontsov@mvista.com>
Cc: Doug Thompson <dougthompson@xmission.com>
Cc: Peter Tyser <ptyser@xes-inc.com>
Cc: Dave Jiang <djiang@mvista.com>
Cc: Kumar Gala <galak@kernel.crashing.org>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Родитель
a6aa62a090
Коммит
1cd8521e7d
|
@ -209,7 +209,7 @@ config EDAC_I5100
|
||||||
|
|
||||||
config EDAC_MPC85XX
|
config EDAC_MPC85XX
|
||||||
tristate "Freescale MPC83xx / MPC85xx"
|
tristate "Freescale MPC83xx / MPC85xx"
|
||||||
depends on EDAC_MM_EDAC && FSL_SOC && (PPC_83xx || MPC85xx)
|
depends on EDAC_MM_EDAC && FSL_SOC && (PPC_83xx || PPC_85xx)
|
||||||
help
|
help
|
||||||
Support for error detection and correction on the Freescale
|
Support for error detection and correction on the Freescale
|
||||||
MPC8349, MPC8560, MPC8540, MPC8548
|
MPC8349, MPC8560, MPC8540, MPC8548
|
||||||
|
|
Загрузка…
Ссылка в новой задаче