patch-2.4.23 linux-2.4.23/drivers/hotplug/Config.in

Next file: linux-2.4.23/drivers/hotplug/acpiphp.h
Previous file: linux-2.4.23/drivers/char/tty_io.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/drivers/hotplug/Config.in linux-2.4.23/drivers/hotplug/Config.in
@@ -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

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)