]> git.baikalelectronics.ru Git - kernel.git/commit
edac: mpc85xx: fix MPC85xx dependency
authorAnton Vorontsov <avorontsov@mvista.com>
Tue, 20 Jul 2010 20:24:27 +0000 (13:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 20 Jul 2010 23:25:40 +0000 (16:25 -0700)
commit49fc3ab93e8ab9b5a699f175d6a00c441d355e51
tree323ee14651f0a1de88f015baa8769a693c75d307
parentc9da63c69db3012fe835c74c42182052752820e4
edac: mpc85xx: fix MPC85xx dependency

Since commit 1dc1c972f31b8f24335d099c0792070ac7b797af ("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>
drivers/edac/Kconfig