public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.4-ac: config error
@ 2002-04-05 19:50 Robert Love
  0 siblings, 0 replies; only message in thread
From: Robert Love @ 2002-04-05 19:50 UTC (permalink / raw)
  To: alan; +Cc: linux-kernel

[-- 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-04-05 19:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-05 19:50 [PATCH] 2.4-ac: config error Robert Love

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox