lkml.org 
[lkml]   [2002]   [Nov]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Make ACPI unselectable in 2.4.20-rc1
Hi Marcelo,

My plan is to start feeding you bits of ACPI changes after 2.4.20 is
released. However, for 2.4.20, I'd like to make sure the really old code
in 2.4.20 doesn't bite any casual kernel builders.

Please apply,

Thanks -- Andy

===== arch/i386/config.in 1.35 vs edited =====
--- 1.35/arch/i386/config.in Mon Aug 19 06:23:29 2002
+++ edited/arch/i386/config.in Thu Nov 7 18:08:09 2002
@@ -298,11 +298,12 @@
bool 'Power Management support' CONFIG_PM

if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
- dep_bool ' ACPI support' CONFIG_ACPI $CONFIG_PM
-
- if [ "$CONFIG_ACPI" != "n" ]; then
- source drivers/acpi/Config.in
- fi
+ comment ' ACPI support disabled temporarily'
+# dep_bool ' ACPI support' CONFIG_ACPI $CONFIG_PM
+#
+# if [ "$CONFIG_ACPI" != "n" ]; then
+# source drivers/acpi/Config.in
+# fi
fi

dep_tristate ' Advanced Power Management BIOS support' CONFIG_APM $CONFIG_PM
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:30    [W:0.044 / U:0.164 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site