summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAl Viro <viro@www.linux.org.uk>2005-08-23 22:46:26 +0100
committerLinus Torvalds <torvalds@g5.osdl.org>2005-08-23 18:43:42 -0700
commitee449f514d2af21f3422c29702e6b0995c4c2a9c (patch)
treeb7d5afe6cf1ada72f18c0207e830d8387274d6f3 /arch
parent51583cf108b27baf81c6db3ec718f932314986ea (diff)
downloadlinux-3.10-ee449f514d2af21f3422c29702e6b0995c4c2a9c.tar.gz
linux-3.10-ee449f514d2af21f3422c29702e6b0995c4c2a9c.tar.bz2
linux-3.10-ee449f514d2af21f3422c29702e6b0995c4c2a9c.zip
[PATCH] Kconfig fix (ppc32 SMP dependencies)
ppc SMP is supported only for 6xx/POWER3/POWER4 - i.e. ones that have PPC_STD_MMU. Dependency fixed. Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk> Acked-by: Paul Mackerras <paulus@samba.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/ppc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig
index f6db3b385fe..f2900f82f89 100644
--- a/arch/ppc/Kconfig
+++ b/arch/ppc/Kconfig
@@ -911,6 +911,7 @@ config PPCBUG_NVRAM
default y if PPC_PREP
config SMP
+ depends on PPC_STD_MMU
bool "Symmetric multi-processing support"
---help---
This enables support for systems with more than one CPU. If you have