summaryrefslogtreecommitdiffstats
path: root/drivers/fc4
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-01-04 16:03:48 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-01-04 16:03:48 +0000
commit78c388aed2b7184182c08428db1de6c872d815f5 (patch)
tree4b2003b1b4ceb241a17faa995da8dd1004bb8e45 /drivers/fc4
parenteb7a5bf93aaa4be1d7c6181100ab7639e74d67f7 (diff)
Merge with Linux 2.1.131 and more MIPS goodies.
(Did I mention that CVS is buggy ...)
Diffstat (limited to 'drivers/fc4')
-rw-r--r--drivers/fc4/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/fc4/Config.in b/drivers/fc4/Config.in
index 5a66741f4..f7b4c6b83 100644
--- a/drivers/fc4/Config.in
+++ b/drivers/fc4/Config.in
@@ -4,10 +4,10 @@
mainmenu_option next_comment
comment 'Fibre Channel support'
-tristate 'Fibre Channel and FC4 SCSI support' CONFIG_FC4 m
+tristate 'Fibre Channel and FC4 SCSI support' CONFIG_FC4
if [ ! "$CONFIG_FC4" = "n" ]; then
comment 'FC4 drivers'
- tristate 'Sun SOC/Sbus' CONFIG_FC4_SOC m
+ tristate 'Sun SOC/Sbus' CONFIG_FC4_SOC
comment 'FC4 targets'
dep_tristate 'SparcSTORAGE Array 100 and 200 series' CONFIG_SCSI_PLUTO $CONFIG_SCSI
else