Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 31 Mar 2002 12:54:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 31 Mar 2002 12:54:15 -0500 Received: from 12-224-36-73.client.attbi.com ([12.224.36.73]:29967 "HELO kroah.com") by vger.kernel.org with SMTP id ; Sun, 31 Mar 2002 12:53:59 -0500 Date: Sun, 31 Mar 2002 09:53:11 -0800 From: Greg KH To: Alan Cox Cc: Eyal Lebedinsky , Marcelo Tosatti , lkml Subject: Re: Linux 2.4.19-pre5: hotplug config Message-ID: <20020331175311.GB26801@kroah.com> In-Reply-To: <3CA65AAE.4917313E@eyal.emu.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.26i X-Operating-System: Linux 2.2.20 (i586) Reply-By: Sun, 03 Mar 2002 15:11:40 -0800 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Mar 31, 2002 at 03:02:45PM +0100, Alan Cox wrote: > > -dep_tristate ' IBM PCI Hotplug driver' CONFIG_HOTPLUG_PCI_IBM $CONFIG_HOTPLUG_PCI $CONFIG_X86_IO_APIC $CONFIG_X86 > > +if [ "$CONFIG_X86_IO_APIC" = "y" ]; then > > + dep_tristate ' IBM PCI Hotplug driver' CONFIG_HOTPLUG_PCI_IBM $CONFIG_HOTPLUG_PCI $CONFIG_X86 > > +fi > > What if I want hot plug and no apic?? No, the IBM driver will not work without apic. Or at least that's what the original authors of the driver told me :) I thought the 'dep_tristate' rule would have caught this, but it looks like this is the correct fix. > See the fix in the 2.4.19-ac tree, that one ought to have been sufficient I don't see a fix for this in your tree. I only see the static->global variable fix there. Am I missing something? thanks, greg k-h - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/