File: Config.in

package info (click to toggle)
kernel-source-sparc-2.2.1 2.2.1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 62,800 kB
  • ctags: 188,320
  • sloc: ansic: 1,114,164; asm: 49,922; makefile: 8,272; sh: 1,831; perl: 1,584; tcl: 409; lisp: 218; cpp: 186; awk: 133; sed: 72
file content (18 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# FC4 device configuration
#
mainmenu_option next_comment
comment 'Fibre Channel support'

tristate 'Fibre Channel and FC4 SCSI support' CONFIG_FC4
if [ ! "$CONFIG_FC4" = "n" ]; then
  comment 'FC4 drivers'
  tristate 'Sun SOC/Sbus' CONFIG_FC4_SOC
  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