From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mattia Dongili Subject: Re: Fwd: Re: Linux 2.6.22-rc1 Date: Wed, 16 May 2007 11:41:01 +0900 Message-ID: <20070516024101.GC3971@inferi.kami.home> References: <20070514015541.GB4800@inferi.kami.home> <20070514104546.10a4368f.randy.dunlap@oracle.com> <20070515154208.GJ5043@inferi.kami.home> <20070515104621.a4e0e609.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mtoichi12.ns.itscom.net ([219.110.2.182]:47475 "EHLO mtoichi12.ns.itscom.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759779AbXEPClP (ORCPT ); Tue, 15 May 2007 22:41:15 -0400 Content-Disposition: inline In-Reply-To: <20070515104621.a4e0e609.randy.dunlap@oracle.com> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Randy Dunlap Cc: Jan Engelhardt , linux-acpi@vger.kernel.org, Linux Kernel Mailing List , sam@ravnborg.org On Tue, May 15, 2007 at 10:46:21AM -0700, Randy Dunlap wrote: > On Wed, 16 May 2007 00:42:08 +0900 Mattia Dongili wrote: ... > > Given the drivers/acpi/Kconfig portion > > > > if ACPI > > ... > > config ACPI_EC > > bool > > default y > > help > > ... > > > > config ACPI_POWER > > bool > > default y > > > > config ACPI_SYSTEM > > bool > > default y > > help > > ... > > ... > > endif > > > > I'd expect the 3 symbols to be all set when CONFIG_ACPI=y. > > What am I overseeing? > > I think that this is just 'make randconfig' throwing a curve ball. > ACPI depends on PM, but PM=n. In my experience, randconfig is a > good tool for testing oddball configs, but the results are not > always something that is fixable or needs to be fixed. It looks like Kconfig does the right thing on i386 though. Not the same on x84_64. -- mattia :wq!