public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* RE: [patch 5/9] ACPI should depend on, not select PCI
@ 2005-12-01  1:58 Brown, Len
  2005-12-01 10:00 ` Roman Zippel
  2005-12-04 16:09 ` Adrian Bunk
  0 siblings, 2 replies; 3+ messages in thread
From: Brown, Len @ 2005-12-01  1:58 UTC (permalink / raw)
  To: akpm, bunk; +Cc: acpi-devel, linux-kernel

No, I can't apply this -- it allows
Kconfig to create IA64 configs without PCI,
which do not build.

there must be a better way.

-Len 

>-----Original Message-----
>From: akpm@osdl.org [mailto:akpm@osdl.org] 
>Sent: Friday, October 28, 2005 6:00 PM
>To: Brown, Len
>Cc: acpi-devel@lists.sourceforge.net; akpm@osdl.org; bunk@stusta.de
>Subject: [patch 5/9] ACPI should depend on, not select PCI
>
>
>From: Adrian Bunk <bunk@stusta.de>
>
>ACPI should depend on, not select PCI.
>
>The practical differences should be nearly zero except that it avoids 
>the illegal configuration PCI=y, X86_VOYAGER=y.
>
>Signed-off-by: Adrian Bunk <bunk@stusta.de>
>Signed-off-by: Andrew Morton <akpm@osdl.org>
>---
>
> drivers/acpi/Kconfig |    2 +-
> 1 files changed, 1 insertion(+), 1 deletion(-)
>
>diff -puN 
>drivers/acpi/Kconfig~acpi-should-depend-on-not-select-pci 
>drivers/acpi/Kconfig
>--- 
>25/drivers/acpi/Kconfig~acpi-should-depend-on-not-select-pci	
>Fri Oct 28 14:59:08 2005
>+++ 25-akpm/drivers/acpi/Kconfig	Fri Oct 28 14:59:21 2005
>@@ -10,8 +10,8 @@ menu "ACPI (Advanced Configuration and P
> config ACPI
> 	bool "ACPI Support"
> 	depends on IA64 || X86
>+	depends on PCI
> 	select PM
>-	select PCI
> 
> 	default y
> 	---help---
>_
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-12-04 16:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-01  1:58 [patch 5/9] ACPI should depend on, not select PCI Brown, Len
2005-12-01 10:00 ` Roman Zippel
2005-12-04 16:09 ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox