lkml.org 
[lkml]   [2002]   [Apr]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] 2.4-ac: config error
From
Date
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
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
\
 
 \ /
  Last update: 2005-03-22 13:25    [W:0.041 / U:0.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site