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

From: Adrian Bunk
Date: Fri Dec 01 2006 - 06:54:27 EST


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

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---

This patch was already sent on:
- 22 Nov 2006

--- 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"

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/