From: Alexander Nyberg <alexn@telia.com>
To: Len Brown <lenb@toshiba.hsd1.ma.comcast.net>
Cc: ak@suse.de, torvalds@osdl.org, acpi-devel@lists.sourceforge.net,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ACPI build fix for 2.6.12-rc5
Date: Fri, 27 May 2005 12:48:50 +0200 [thread overview]
Message-ID: <1117190930.949.20.camel@localhost.localdomain> (raw)
In-Reply-To: <20050527085326.GA29767@toshiba.hsd1.ma.comcast.net>
fre 2005-05-27 klockan 04:53 -0400 skrev Len Brown:
> Linus,
> Please apply this CONFIG_ACPI=n build fix to 2.6.12-rc5
>
> thanks,
> Len
>
> Fix 2.6.12 CONFIG_ACPI=n build regression.
> CONFIG_ACPI_BOOT shall be set only if CONFIG_ACPI.
>
You can still set CONFIG_ACPI_BOOT && !CONFIG_ACPI by choosing
CONFIG_PCI => CONFIG_PCI_MMCONFIG (doesn't build very well either).
Make CONFIG_ACPI_BOOT fully depend on CONFIG_ACPI
Signed-off-by: Alexander Nyberg <alexn@telia.com>
Index: linux-2.6/arch/i386/Kconfig
===================================================================
--- linux-2.6.orig/arch/i386/Kconfig 2005-05-17 23:14:51.000000000 +0200
+++ linux-2.6/arch/i386/Kconfig 2005-05-27 12:33:42.000000000 +0200
@@ -1163,7 +1163,7 @@
config PCI_MMCONFIG
bool
- depends on PCI && (PCI_GOMMCONFIG || (PCI_GOANY && ACPI))
+ depends on PCI && ACPI && (PCI_GOMMCONFIG || PCI_GOANY)
select ACPI_BOOT
default y
Index: linux-2.6/arch/x86_64/Kconfig
===================================================================
--- linux-2.6.orig/arch/x86_64/Kconfig 2005-05-17 23:14:53.000000000 +0200
+++ linux-2.6/arch/x86_64/Kconfig 2005-05-27 12:32:59.000000000 +0200
@@ -421,7 +421,7 @@
config PCI_MMCONFIG
bool "Support mmconfig PCI config space access"
- depends on PCI
+ depends on PCI && ACPI
select ACPI_BOOT
config UNORDERED_IO
next prev parent reply other threads:[~2005-05-27 10:48 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-27 8:21 [PATCH] VIA IRQ quirk for 2.6.12-rc5 Len Brown
2005-05-27 8:53 ` [PATCH] ACPI build fix " Len Brown
2005-05-27 10:48 ` Alexander Nyberg [this message]
[not found] ` <20050527085326.GA29767-g3qfMnKXm6l/wjb6y0L7XlrsPObopucw0e7PPNI6Mm0@public.gmane.org>
2005-05-27 15:27 ` Linus Torvalds
2005-05-27 10:27 ` [PATCH] VIA IRQ quirk " Alexander Nyberg
[not found] ` <20050527082150.GA24428-g3qfMnKXm6l/wjb6y0L7XlrsPObopucw0e7PPNI6Mm0@public.gmane.org>
2005-05-27 10:09 ` Alan Cox
[not found] ` <1117188546.5730.175.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2005-06-22 16:17 ` Bjorn Helgaas
2005-05-27 15:47 ` Sergio Monteiro Basto
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=1117190930.949.20.camel@localhost.localdomain \
--to=alexn@telia.com \
--cc=acpi-devel@lists.sourceforge.net \
--cc=ak@suse.de \
--cc=lenb@toshiba.hsd1.ma.comcast.net \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox