public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* remove incorrect dependancy on CONFIG_APM
@ 2005-12-20 21:21 Dave Jones
  2005-12-23  2:18 ` Adrian Bunk
  0 siblings, 1 reply; 4+ messages in thread
From: Dave Jones @ 2005-12-20 21:21 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel


>From the PM_LEGACY Kconfig description..

"Support for pm_register() and friends."

Note, no mention of 'make apm stop working'.

Signed-off-by: Dave Jones <davej@redhat.com>

--- linux-2.6.14/arch/i386/Kconfig~	2005-12-20 16:19:17.000000000 -0500
+++ linux-2.6.14/arch/i386/Kconfig	2005-12-20 16:19:21.000000000 -0500
@@ -710,7 +710,7 @@ depends on PM && !X86_VISWS
 
 config APM
 	tristate "APM (Advanced Power Management) BIOS support"
-	depends on PM && PM_LEGACY
+	depends on PM
 	---help---
 	  APM is a BIOS specification for saving power using several different
 	  techniques. This is mostly useful for battery powered laptops with

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

end of thread, other threads:[~2005-12-23  3:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-20 21:21 remove incorrect dependancy on CONFIG_APM Dave Jones
2005-12-23  2:18 ` Adrian Bunk
2005-12-23  2:22   ` Dave Jones
2005-12-23  3:11     ` Dave Jones

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