From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by ozlabs.org (Postfix) with ESMTP id 4651ADDEF3 for ; Tue, 12 Jun 2007 17:46:32 +1000 (EST) From: Arnd Bergmann To: linuxppc-dev@ozlabs.org Subject: Re: [patch 06/10] powerpc: multiplatformize embedded6xx Kconfig Date: Tue, 12 Jun 2007 09:46:22 +0200 References: <20070611232824.489103547@arndb.de> <20070611233354.289486461@arndb.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200706120946.22401.arnd@arndb.de> Cc: paulus@samba.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tuesday 12 June 2007, Kumar Gala wrote: > > -config EMBEDDED6xx > > -=A0=A0=A0=A0=A0bool "Embedded 6xx/7xx/7xxx-based board" > > -=A0=A0=A0=A0=A0depends on PPC32 && (BROKEN||BROKEN_ON_SMP) > > - >=20 > Do we know why this was marked BROKEN? I don't know. As far as I can tell, (BROKEN||BROKEN_ON_SMP) is the same as simply BROKEN_ON_SMP, which makes the option only show up when SMP is disabled. My patch doesn't change that behaviour, I just moved the dependency down to the individual boards. Arnd <><