remove incorrect dependancy on CONFIG_APM

From: Dave Jones
Date: Tue Dec 20 2005 - 16:20:36 EST



>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@xxxxxxxxxx>

--- 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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/