All of lore.kernel.org
 help / color / mirror / Atom feed
From: Len Brown <len.brown@intel.com>
To: "Martin J. Bligh" <mbligh@aracnet.com>
Cc: Andrew Morton <akpm@osdl.org>,
	linux-kernel@vger.kernel.org, linux-acpi <linux-acpi@intel.com>,
	Sam Ravnborg <sam@ravnborg.org>
Subject: Re: CONFIG_ACPI totally broken (2.6.9-rc1-mm2)
Date: 31 Aug 2004 21:47:31 -0400	[thread overview]
Message-ID: <1094003250.3938.33.camel@linux> (raw)
In-Reply-To: <566B962EB122634D86E6EE29E83DD808182C4C12@hdsmsx403.hd.intel.com>

[-- Attachment #1: Type: text/plain, Size: 372 bytes --]

Martin,
Looks like having a config item simultaneously
depend on something and select it is a bad idea;-)
Let me know if this patch fixes the symptoms you see.
With your config and this patch I'm able to de-select
X86_HT and ACPI, which I think is what you were looking for, yes?

Andrew, thanks for spotting this earlier -- sorry I didn't
get back sooner.

thanks,
-Len


[-- Attachment #2: kconfig.patch --]
[-- Type: text/plain, Size: 343 bytes --]

===== arch/i386/Kconfig 1.130 vs edited =====
--- 1.130/arch/i386/Kconfig	Tue Aug 31 02:10:41 2004
+++ edited/arch/i386/Kconfig	Tue Aug 31 21:35:30 2004
@@ -1141,7 +1141,7 @@
 
 config PCI_MMCONFIG
 	bool
-	depends on PCI && (PCI_GOMMCONFIG || (PCI_GOANY && ACPI))
+	depends on PCI && (PCI_GOMMCONFIG || PCI_GOANY)
 	select ACPI
 	default y
 

       reply	other threads:[~2004-09-01  1:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <566B962EB122634D86E6EE29E83DD808182C4C12@hdsmsx403.hd.intel.com>
2004-09-01  1:47 ` Len Brown [this message]
2004-08-31 19:08 CONFIG_ACPI totally broken (2.6.9-rc1-mm2) Martin J. Bligh
2004-08-31 19:13 ` Martin J. Bligh
2004-08-31 19:27   ` Andrew Morton
2004-08-31 19:41     ` Martin J. Bligh
2004-09-01  0:55 ` Roman Zippel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1094003250.3938.33.camel@linux \
    --to=len.brown@intel.com \
    --cc=akpm@osdl.org \
    --cc=linux-acpi@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mbligh@aracnet.com \
    --cc=sam@ravnborg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.