public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix for kbuild - hotplug_acpi
@ 2003-10-23 18:21 Xose Vazquez Perez
  0 siblings, 0 replies; only message in thread
From: Xose Vazquez Perez @ 2003-10-23 18:21 UTC (permalink / raw)
  To: Marcelo Tosatti, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	len.brown-ral2JQCrhuEAvxtiuMwx3w

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

hi,

Fix for a missing "y" in drivers/hotplug/Config.in
patch against 2.4.23-pre8.

-thanks-
-- 
HTML mails are going to trash automatically


[-- Attachment #2: kbuild-hotplug-acpi.diff --]
[-- Type: text/plain, Size: 516 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-23 18:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-23 18:21 [PATCH] 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