patch-2.4.20 linux-2.4.20/drivers/fc4/Config.in
Next file: linux-2.4.20/drivers/gsc/Makefile
Previous file: linux-2.4.20/drivers/dio/dio.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Thu Nov 28 15:53:12 2002
- Orig file:
linux-2.4.19/drivers/fc4/Config.in
- Orig date:
Wed Nov 3 14:43:54 1999
diff -urN linux-2.4.19/drivers/fc4/Config.in linux-2.4.20/drivers/fc4/Config.in
@@ -7,13 +7,13 @@
tristate 'Fibre Channel and FC4 SCSI support' CONFIG_FC4
if [ ! "$CONFIG_FC4" = "n" ]; then
comment 'FC4 drivers'
- if [ "$ARCH" = "sparc" -o "$ARCH" = "sparc64" ]; then
+ if [ "$CONFIG_SPARC32" = "y" -o "$CONFIG_SPARC64" = "y" ]; then
tristate 'Sun SOC/Sbus' CONFIG_FC4_SOC
tristate 'Sun SOC+ (aka SOCAL)' CONFIG_FC4_SOCAL
fi
comment 'FC4 targets'
dep_tristate 'SparcSTORAGE Array 100 and 200 series' CONFIG_SCSI_PLUTO $CONFIG_SCSI
- if [ "$ARCH" = "sparc" -o "$ARCH" = "sparc64" ]; then
+ if [ "$CONFIG_SPARC32" = "y" -o "$CONFIG_SPARC64" = "y" ]; then
dep_tristate 'Sun Enterprise Network Array (A5000 and EX500)' CONFIG_SCSI_FCAL $CONFIG_SCSI
else
dep_tristate 'Generic FC-AL disk driver' CONFIG_SCSI_FCAL $CONFIG_SCSI
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)