lkml.org 
[lkml]   [2003]   [Oct]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] 2.4.23-pre9 fix for kbuild - hotplug_acpi

Fix for a missing "y" in drivers/hotplug/Config.in

-thanks-
--- linux/drivers/hotplug/Config.in 2003-08-27 17:26:39.000000000 +0200
+++ new/drivers/hotplug/Config.in 2003-10-23 20:10:20.000000000 +0200
@@ -11,7 +11,7 @@
if [ "$CONFIG_X86_IO_APIC" = "y" ]; then
dep_tristate ' IBM PCI Hotplug driver' CONFIG_HOTPLUG_PCI_IBM $CONFIG_HOTPLUG_PCI $CONFIG_X86_IO_APIC $CONFIG_X86
fi
-if [ "$CONFIG_ACPI_INTERPRETER" ]; then
+if [ "$CONFIG_ACPI_INTERPRETER" = "y" ]; then
dep_tristate ' ACPI PCI Hotplug driver' CONFIG_HOTPLUG_PCI_ACPI $CONFIG_HOTPLUG_PCI
fi
endmenu

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