linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@lst.de>
To: marcelo@conectiva.com.br
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] fix drivers/net/Config.in in 2.4.19-rc3
Date: Sun, 21 Jul 2002 13:41:00 +0200	[thread overview]
Message-ID: <20020721134100.A5212@lst.de> (raw)

The big mips merge in 2.4.19-rc3 breaks parsing of drivers/net/Config.in
with config tools that adhere the documented syntax strictly.

CONFIG_NE2000 is a tristate in other places so the mips-specific section
can't redefine it as bool.  Please include this patch in the final 2.4.19.


--- 1.38/drivers/net/Config.in	Fri Jun 28 17:36:11 2002
+++ edited/drivers/net/Config.in	Sun Jul 21 14:35:08 2002
@@ -223,7 +223,7 @@
       tristate '  Baget AMD LANCE support' CONFIG_BAGETLANCE
    fi
    if [ "$CONFIG_NEC_OSPREY" = "y" ]; then
-      bool '  Memory-mapped onboard NE2000-compatible ethernet' CONFIG_NE2000
+      tristate '  Memory-mapped onboard NE2000-compatible ethernet' CONFIG_NE2000
    fi
 fi
 

             reply	other threads:[~2002-07-21 11:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-21 11:41 Christoph Hellwig [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-07-21 11:40 [PATCH] fix drivers/net/Config.in in 2.4.19-rc3 Christoph Hellwig

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=20020721134100.A5212@lst.de \
    --to=hch@lst.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).