[2.6 patch] arch/powerpc/Kconfig: fix the EMBEDDED6xx dependencies

Adrian Bunk bunk at stusta.de
Wed Nov 22 15:17:27 EST 2006


This patch changes the EMBEDDED6xx dependencies to the equivalent 
dependency that seems to have been intended.

Signed-off-by: Adrian Bunk <bunk at stusta.de>

--- linux-2.6.19-rc5-mm2/arch/powerpc/Kconfig.old	2006-11-22 02:24:21.000000000 +0100
+++ linux-2.6.19-rc5-mm2/arch/powerpc/Kconfig	2006-11-22 02:24:34.000000000 +0100
@@ -369,7 +369,7 @@ config PPC_MULTIPLATFORM
 
 config EMBEDDED6xx
 	bool "Embedded 6xx/7xx/7xxx-based board"
-	depends on PPC32 && (BROKEN||BROKEN_ON_SMP)
+	depends on PPC32 && BROKEN_ON_SMP
 
 config APUS
 	bool "Amiga-APUS"




More information about the Linuxppc-dev mailing list