Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761807AbXENBcs (ORCPT ); Sun, 13 May 2007 21:32:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758531AbXENBck (ORCPT ); Sun, 13 May 2007 21:32:40 -0400 Received: from koto.vergenet.net ([210.128.90.7]:52696 "EHLO koto.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757737AbXENBcj (ORCPT ); Sun, 13 May 2007 21:32:39 -0400 Date: Mon, 14 May 2007 10:32:32 +0900 From: Simon Horman To: Johannes Berg Cc: Timur Tabi , Kim Phillips , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Ismail =?iso-8859-1?Q?D=F6nmez?= , Kumar Gala , Michael Schmitz , Roman Zippel , Geert Uytterhoeven , Benjamin Herrenschmidt , Paul Mackerras , Ralf Baechle Subject: Re: Kconfig warnings on latest GIT Message-ID: <20070514013230.GJ3588@verge.net.au> References: <200705080004.14570.ismail@pardus.org.tr> <20070508143127.38fafa3c.kim.phillips@freescale.com> <4640D988.1040504@freescale.com> <20070510051042.GA16812@verge.net.au> <1178811570.3806.18.camel@johannes.berg> <20070511012216.GB10715@verge.net.au> <1178883937.8896.11.camel@johannes.berg> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1178883937.8896.11.camel@johannes.berg> User-Agent: mutt-ng/devel-r804 (Debian) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1490 Lines: 53 On Fri, May 11, 2007 at 01:45:37PM +0200, Johannes Berg wrote: > On Fri, 2007-05-11 at 10:22 +0900, Simon Horman wrote: > > > Actually, it was with ARCH=ia64. I have a feeling that you can get > > it to show up quite easily with anything other than ARCH=powerpc. > > Ick, I didn't know that drivers/macintosh was now included for all > arches! Hmm. That's a bit of a problem. > > I could do > > config PMAC_APM_EMU > tristate "APM emulation" > depends on SYS_SUPPORTS_APM_EMULATION > select APM_EMULATION > depends on ADB_PMU && PM > > and then > > config SYS_SUPPORTS_APM_EMULATION > bool > default y > depends on PPC_PMAC > > I'll have to run test that. Hi Johannes, I don't think that this is quite right, or at least it isn't quite the same as before. I think that was is below will toggle SYS_SUPPORTS_APM_EMULATION when PMAC_APM_EMU is selected, which I think is what you want. Is it also neccessary to add a dependancy on PPC_PMAC to PMAC_APM_EMU ? config PMAC_APM_EMU tristate "APM emulation" select APM_EMULATION depends on ADB_PMU && PM config SYS_SUPPORTS_APM_EMULATION bool default y if PMAC_APM_EMU -- Horms H: http://www.vergenet.net/~horms/ W: http://www.valinux.co.jp/en/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/