summaryrefslogtreecommitdiffstats
path: root/arch/ppc/platforms/4xx/Kconfig
diff options
context:
space:
mode:
authorEugene Surovegin2005-09-04 00:55:45 +0200
committerLinus Torvalds2005-09-05 09:05:58 +0200
commitfa71f0e0f541e65280fdb9d60b142012f1951b7c (patch)
tree6141a2379535b8fde4d0d17b4478ddba08998a87 /arch/ppc/platforms/4xx/Kconfig
parent[PATCH] ppc32: fix Bamboo and Luan build warnings (diff)
downloadkernel-qcow2-linux-fa71f0e0f541e65280fdb9d60b142012f1951b7c.tar.gz
kernel-qcow2-linux-fa71f0e0f541e65280fdb9d60b142012f1951b7c.tar.xz
kernel-qcow2-linux-fa71f0e0f541e65280fdb9d60b142012f1951b7c.zip
[PATCH] ppc32: disable IBM405_ERR77 and IBM405_ERR51 workarounds for 405EP
Disable IBM405_ERR77 and IBM405_ERR51 errata workarounds for 405EP. This chip has these problems fixed. Signed-off-by: Eugene Surovegin <ebs@ebshome.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc/platforms/4xx/Kconfig')
-rw-r--r--arch/ppc/platforms/4xx/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ppc/platforms/4xx/Kconfig b/arch/ppc/platforms/4xx/Kconfig
index 8772ae11a951..76f4476cab44 100644
--- a/arch/ppc/platforms/4xx/Kconfig
+++ b/arch/ppc/platforms/4xx/Kconfig
@@ -142,13 +142,13 @@ config IBM440EP_ERR42
# All 405-based cores up until the 405GPR and 405EP have this errata.
config IBM405_ERR77
bool
- depends on 40x && !403GCX && !405GPR
+ depends on 40x && !403GCX && !405GPR && !405EP
default y
# All 40x-based cores, up until the 405GPR and 405EP have this errata.
config IBM405_ERR51
bool
- depends on 40x && !405GPR
+ depends on 40x && !405GPR && !405EP
default y
config BOOKE