patch-2.4.22 linux-2.4.22/drivers/hotplug/Config.in
Next file: linux-2.4.22/drivers/hotplug/Makefile
Previous file: linux-2.4.22/drivers/gsc/dino.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
2003-08-25 04:44:41.000000000 -0700
- Orig file:
linux-2.4.21/drivers/hotplug/Config.in
- Orig date:
2002-08-02 17:39:43.000000000 -0700
diff -urN linux-2.4.21/drivers/hotplug/Config.in linux-2.4.22/drivers/hotplug/Config.in
@@ -11,6 +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
-dep_tristate ' ACPI PCI Hotplug driver' CONFIG_HOTPLUG_PCI_ACPI $CONFIG_ACPI $CONFIG_HOTPLUG_PCI
-
+if [ "$CONFIG_ACPI_INTERPRETER" ]; then
+ dep_tristate ' ACPI PCI Hotplug driver' CONFIG_HOTPLUG_PCI_ACPI $CONFIG_HOTPLUG_PCI
+fi
endmenu
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)