patch-2.4.3 linux/drivers/scsi/pcmcia/Config.in

Next file: linux/drivers/scsi/pcmcia/Makefile
Previous file: linux/drivers/scsi/pci2220i.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.2/linux/drivers/scsi/pcmcia/Config.in linux/drivers/scsi/pcmcia/Config.in
@@ -10,13 +10,10 @@
    dep_tristate '  Adaptec AHA152X PCMCIA support' CONFIG_PCMCIA_AHA152X m
    dep_tristate '  Qlogic PCMCIA support' CONFIG_PCMCIA_QLOGIC m
    dep_tristate '  Future Domain PCMCIA support' CONFIG_PCMCIA_FDOMAIN m
-   if [ "$CONFIG_CARDBUS" = "y" ]; then
-      dep_tristate '  Adaptec APA1480 CardBus support' CONFIG_PCMCIA_APA1480 m
-   fi
 fi
 
 if [ "$CONFIG_PCMCIA_QLOGIC" = "y" -o "$CONFIG_PCMCIA_AHA152X" = "y" -o \
-     "$CONFIG_PCMCIA_FDOMAIN" = "y" -o "$CONFIG_PCMCIA_APA1480" = "y" ]; then
+     "$CONFIG_PCMCIA_FDOMAIN" = "y" ]; then
    define_bool CONFIG_PCMCIA_SCSICARD y
 fi
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)