public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Robert Love <rml@tech9.net>
To: alan@lxorguk.ukuu.org.uk
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.4-ac: config error
Date: 05 Apr 2002 14:50:21 -0500	[thread overview]
Message-ID: <1018036222.29103.5.camel@phantasy> (raw)

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

Alan,

Apologies if this has been sent but drivers/pcmcia/Config.in has a lil
buglet that prevents make xconfig and related from running.

Attached patch, against 2.4.19-pre5-ac2, fixes.

	Robert Love

[-- Attachment #2: config-error-rml-2.4.19-pre5-ac2-1.patch --]
[-- Type: text/x-patch, Size: 577 bytes --]

diff -urN linux-2.4.19-pre5-ac2/drivers/pcmcia/Config.in linux/drivers/pcmcia/Config.in
--- linux-2.4.19-pre5-ac2/drivers/pcmcia/Config.in	Fri Apr  5 14:32:26 2002
+++ linux/drivers/pcmcia/Config.in	Fri Apr  5 14:46:09 2002
@@ -24,7 +24,7 @@
    dep_bool '  i82092 compatible bridge support' CONFIG_I82092 $CONFIG_PCI
    bool '  i82365 compatible bridge support' CONFIG_I82365
    if [ "$CONFIG_ARCH_SA1100" = "y" ]; then
-	dep_tristate '  SA1100 support' CONFIG_PCMCIA_SA1100
+	dep_tristate '  SA1100 support' CONFIG_PCMCIA_SA1100 $CONFIG_PCI
    fi
 fi
 endmenu

                 reply	other threads:[~2002-04-05 19:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1018036222.29103.5.camel@phantasy \
    --to=rml@tech9.net \
    --cc=alan@lxorguk.ukuu.org.uk \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox