From: Al Viro Date: Tue, 23 Aug 2005 21:46:26 +0000 (+0100) Subject: [PATCH] Kconfig fix (ppc32 SMP dependencies) X-Git-Tag: v2.6.13-rc7~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee449f514d2af21f3422c29702e6b0995c4c2a9c;p=platform%2Fkernel%2Flinux-exynos.git [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 Acked-by: Paul Mackerras Signed-off-by: Linus Torvalds --- diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig index f6db3b3..f2900f8 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