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

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)