All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: "Eric S. Raymond" <esr@thyrsus.com>,
	linux-kernel@vger.kernel.org, kbuild-devel@lists.sourceforge.net
Subject: Re: [kbuild-devel] CML 1.8.4 is available
Date: Wed, 14 Nov 2001 10:57:17 -0800	[thread overview]
Message-ID: <20011114105717.D5287@kroah.com> (raw)
In-Reply-To: <20011113175010.A15716@thyrsus.com> <20011113182718.A1630@kroah.com> <20011114123325.A500@thyrsus.com> <20011114100020.A5287@kroah.com> <20011114123314.A1978@thyrsus.com>
In-Reply-To: <20011114123314.A1978@thyrsus.com>

On Wed, Nov 14, 2001 at 12:33:14PM -0500, Eric S. Raymond wrote:
> > 
> > CONFIG_HOTPLUG_PCI
> > CONFIG_HOTPLUG_PCI_COMPAQ
> > CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM
> > 
> > See the Config.in file in that directory for the dependencies they have
> > on each other.
> 
> OK, this wiull be in 1.8.6.  I'm going to have to figure out why my coverage 
> tools didn't catch those three symbols.

Thanks.  2.4.15-pre4 didn't allow the user to select these options.  The
attached patch is necessary for them to show up.  Perhaps this is the
reason.

thanks,

greg k-h


diff --minimal -Nru a/arch/i386/config.in b/arch/i386/config.in
--- a/arch/i386/config.in	Mon Nov 12 11:34:30 2001
+++ b/arch/i386/config.in	Mon Nov 12 11:34:30 2001
@@ -234,8 +234,10 @@
 
 if [ "$CONFIG_HOTPLUG" = "y" ] ; then
    source drivers/pcmcia/Config.in
+   source drivers/hotplug/Config.in
 else
    define_bool CONFIG_PCMCIA n
+   define_bool CONFIG_HOTPLUG_PCI n
 fi
 
 bool 'System V IPC' CONFIG_SYSVIPC


      reply	other threads:[~2001-11-14 17:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-13 22:50 CML 1.8.4 is available Eric S. Raymond
2001-11-14  2:27 ` [kbuild-devel] " Greg KH
2001-11-14 17:33   ` Eric S. Raymond
2001-11-14 18:00     ` Greg KH
2001-11-14 17:33       ` Eric S. Raymond
2001-11-14 18:57         ` Greg KH [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20011114105717.D5287@kroah.com \
    --to=greg@kroah.com \
    --cc=esr@thyrsus.com \
    --cc=kbuild-devel@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.