* [PATCH] Config of APM
@ 2001-05-30 0:32 Andrzej Krzysztofowicz
0 siblings, 0 replies; only message in thread
From: Andrzej Krzysztofowicz @ 2001-05-30 0:32 UTC (permalink / raw)
To: Alan Cox, kernel list
Hi,
The following patch (against 2.4.5-ac4) fixes APM options to work
with xconfig.
--- arch/i386/config.in.old Wed May 30 02:11:28 2001
+++ arch/i386/config.in Wed May 30 02:11:54 2001
@@ -254,7 +254,7 @@
fi
dep_tristate ' Advanced Power Management BIOS support' CONFIG_APM $CONFIG_PM
-if [ "$CONFIG_APM" != "n" ]; then
+if [ "$CONFIG_APM" = "y" -o "$CONFIG_APM" = "m" ]; then
bool ' Ignore USER SUSPEND' CONFIG_APM_IGNORE_USER_SUSPEND
bool ' Enable PM at boot time' CONFIG_APM_DO_ENABLE
bool ' Make CPU Idle calls when idle' CONFIG_APM_CPU_IDLE
--
=======================================================================
Andrzej M. Krzysztofowicz ankry@mif.pg.gda.pl
phone (48)(58) 347 14 61
Faculty of Applied Phys. & Math., Technical University of Gdansk
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-05-30 0:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-30 0:32 [PATCH] Config of APM Andrzej Krzysztofowicz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®