[PATCH] Make ACPI unselectable in 2.4.20-rc1

From: Andy Grover (agrover@groveronline.com)
Date: Thu Nov 07 2002 - 21:20:39 EST


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/



This archive was generated by hypermail 2b29 : Thu Nov 07 2002 - 22:00:50 EST