public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.4.23-pre9 fix for kbuild - hotplug_acpi
@ 2003-10-30 16:23 Xose Vazquez Perez
  0 siblings, 0 replies; only message in thread
From: Xose Vazquez Perez @ 2003-10-30 16:23 UTC (permalink / raw)
  To: Marcelo Tosatti, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 62 bytes --]


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

-thanks-

[-- Attachment #2: kbuild-hotplug-acpi.diff --]
[-- Type: text/plain, Size: 517 bytes --]

--- 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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-10-30 16:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-30 16:23 [PATCH] 2.4.23-pre9 fix for kbuild - hotplug_acpi Xose Vazquez Perez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox