[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20061122041727.GA5200@stusta.de>
Date: Wed, 22 Nov 2006 05:17:27 +0100
From: Adrian Bunk <bunk@...sta.de>
To: Roy Zang <tie-fei.zang@...escale.com>
Cc: Paul Mackerras <paulus@...ba.org>, linux-kernel@...r.kernel.org,
linuxppc-dev@...abs.org
Subject: [2.6 patch] arch/powerpc/Kconfig: fix the EMBEDDED6xx dependencies
This patch changes the EMBEDDED6xx dependencies to the equivalent
dependency that seems to have been intended.
Signed-off-by: Adrian Bunk <bunk@...sta.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"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists