All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 07/19] acpi: don't select PM
@ 2006-12-19 20:56 akpm
  2006-12-20  6:36 ` Len Brown
  0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2006-12-19 20:56 UTC (permalink / raw)
  To: lenb; +Cc: linux-acpi, akpm, len.brown

From: Andrew Morton <akpm@osdl.org>

Make ACPI depend on PM rather than selecting it.  Otherwise it's a nightmare
working out why CONFIG_PM keeps getting set.

(And why does ACPI require power management?)

Cc: "Brown, Len" <len.brown@intel.com>
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-dont-select-pm drivers/acpi/Kconfig
--- a/drivers/acpi/Kconfig~acpi-dont-select-pm
+++ a/drivers/acpi/Kconfig
@@ -11,7 +11,7 @@ config ACPI
 	bool "ACPI Support"
 	depends on IA64 || X86
 	depends on PCI
-	select PM
+	depends on PM
 	default y
 	---help---
 	  Advanced Configuration and Power Interface (ACPI) support for 
_

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

end of thread, other threads:[~2006-12-20  6:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-19 20:56 [patch 07/19] acpi: don't select PM akpm
2006-12-20  6:36 ` Len Brown

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.