patch-2.1.79 linux/drivers/fc4/Config.in

Next file: linux/drivers/fc4/Makefile
Previous file: linux/drivers/char/wdt.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.78/linux/drivers/fc4/Config.in linux/drivers/fc4/Config.in
@@ -0,0 +1,17 @@
+#
+# FC4 device configuration
+#
+mainmenu_option next_comment
+comment 'Fibre Channel support'
+
+tristate 'Fibre Channel and FC4 SCSI support' CONFIG_FC4 m
+if [ ! "$CONFIG_FC4" = "n" ]; then
+  comment 'FC4 drivers'
+  tristate 'Sun SOC/Sbus' CONFIG_FC4_SOC m
+  comment 'FC4 targets'
+  dep_tristate 'SparcSTORAGE Array 100 and 200 series' CONFIG_SCSI_PLUTO "$CONFIG_SCSI"
+else
+  define_bool CONFIG_FC4_SOC n
+  define_bool CONFIG_SCSI_PLUTO n
+fi
+endmenu

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov