summaryrefslogtreecommitdiffstats
path: root/drivers/fc4
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-12-04 03:58:56 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-12-04 03:58:56 +0000
commit1d67e90f19a7acfd9a05dc59678e7d0c5090bd0d (patch)
tree357efc7b93f8f5102110d20d293f41360ec212fc /drivers/fc4
parentaea27b2e18d69af87e673972246e66657b4fa274 (diff)
Merge with Linux 2.3.21.
Diffstat (limited to 'drivers/fc4')
-rw-r--r--drivers/fc4/Config.in32
1 files changed, 16 insertions, 16 deletions
diff --git a/drivers/fc4/Config.in b/drivers/fc4/Config.in
index 8328f32bd..a11ab5b3e 100644
--- a/drivers/fc4/Config.in
+++ b/drivers/fc4/Config.in
@@ -6,22 +6,22 @@ comment 'Fibre Channel support'
tristate 'Fibre Channel and FC4 SCSI support' CONFIG_FC4
if [ ! "$CONFIG_FC4" = "n" ]; then
- comment 'FC4 drivers'
- if [ "$ARCH" = "sparc" -o "$ARCH" = "sparc64" ]; 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
- 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
- fi
+ comment 'FC4 drivers'
+ if [ "$ARCH" = "sparc" -o "$ARCH" = "sparc64" ]; 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
+ 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
+ fi
else
- define_bool CONFIG_FC4_SOC n
- define_bool CONFIG_FC4_SOCAL n
- define_bool CONFIG_SCSI_PLUTO n
- define_bool CONFIG_SCSI_FCAL n
+ define_bool CONFIG_FC4_SOC n
+ define_bool CONFIG_FC4_SOCAL n
+ define_bool CONFIG_SCSI_PLUTO n
+ define_bool CONFIG_SCSI_FCAL n
fi
endmenu