patch-2.3.19 linux/drivers/pcmcia/Config.in
Next file: linux/drivers/pcmcia/Makefile
Previous file: linux/drivers/pci/quirks.c
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Sat Oct  2 07:41:13 1999
-  Orig file: 
v2.3.18/linux/drivers/pcmcia/Config.in
-  Orig date: 
Tue Sep  7 12:14:06 1999
diff -u --recursive --new-file v2.3.18/linux/drivers/pcmcia/Config.in linux/drivers/pcmcia/Config.in
@@ -6,7 +6,9 @@
 
 tristate 'PCMCIA/Cardbus support' CONFIG_PCMCIA
 if [ "$CONFIG_PCMCIA" != "n" ]; then
-  bool '  CardBus support' CONFIG_CARDBUS
+   if [ "$CONFIG_PCI" != "n" ]; then
+      bool '  CardBus support' CONFIG_CARDBUS
+   fi
 fi
 
 endmenu
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)