From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout.stusta.mhn.de (mailout.stusta.mhn.de [141.84.69.5]) by ozlabs.org (Postfix) with SMTP id 3884F67C2B for ; Wed, 22 Nov 2006 15:17:27 +1100 (EST) Date: Wed, 22 Nov 2006 05:17:27 +0100 From: Adrian Bunk To: Roy Zang Subject: [2.6 patch] arch/powerpc/Kconfig: fix the EMBEDDED6xx dependencies Message-ID: <20061122041727.GA5200@stusta.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linuxppc-dev@ozlabs.org, Paul Mackerras , linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This patch changes the EMBEDDED6xx dependencies to the equivalent dependency that seems to have been intended. Signed-off-by: Adrian Bunk --- 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"