Blame view

drivers/fc4/Kconfig 2.47 KB
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
  #
  # FC4 device configuration
  #
  
  menu "Fibre Channel support"
  
  config FC4
  	tristate "Fibre Channel and FC4 SCSI support"
  	---help---
  	  Fibre Channel is a high speed serial protocol mainly used to
  	  connect large storage devices to the computer; it is compatible with
  	  and intended to replace SCSI.
  
  	  This is an experimental support for storage arrays connected to your
  	  computer using optical fibre cables and the "X3.269-199X Fibre
  	  Channel Protocol for SCSI" specification. If you want to use this,
  	  you need to say Y here and to "SCSI support" as well as to the
  	  drivers for the storage array itself and for the interface adapter
  	  such as SOC or SOC+. This subsystem could even serve for IP
  	  networking, with some code extensions.
  
  	  If unsure, say N.
  
  comment "FC4 drivers"
  	depends on FC4
  
  config FC4_SOC
  	tristate "Sun SOC/Sbus"
0b57ee9e5   Adrian Bunk   [SPARC]: introduc...
29
  	depends on FC4!=n && SPARC
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
30
31
32
33
34
35
36
37
38
39
40
  	help
  	  Serial Optical Channel is an interface card with one or two Fibre
  	  Optic ports, each of which can be connected to a disk array. Note
  	  that if you have older firmware in the card, you'll need the
  	  microcode from the Solaris driver to make it work.
  
  	  To compile this support as a module, choose M here: the module will
  	  be called soc.
  
  config FC4_SOCAL
  	tristate "Sun SOC+ (aka SOCAL)"
0b57ee9e5   Adrian Bunk   [SPARC]: introduc...
41
  	depends on FC4!=n && SPARC
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
  	---help---
  	  Serial Optical Channel Plus is an interface card with up to two
  	  Fibre Optic ports. This card supports FC Arbitrated Loop (usually
  	  A5000 or internal FC disks in E[3-6]000 machines through the
  	  Interface Board). You'll probably need the microcode from the
  	  Solaris driver to make it work.
  
  	  To compile this support as a module, choose M here: the module will
  	  be called socal.
  
  comment "FC4 targets"
  	depends on FC4
  
  config SCSI_PLUTO
  	tristate "SparcSTORAGE Array 100 and 200 series"
  	depends on FC4!=n && SCSI
  	help
  	  If you never bought a disk array made by Sun, go with N.
  
  	  To compile this support as a module, choose M here: the module will
  	  be called pluto.
  
  config SCSI_FCAL
0b57ee9e5   Adrian Bunk   [SPARC]: introduc...
65
  	tristate "Sun Enterprise Network Array (A5000 and EX500)" if SPARC
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
66
67
68
69
70
71
72
73
74
75
76
77
  	depends on FC4!=n && SCSI
  	help
  	  This driver drives FC-AL disks connected through a Fibre Channel
  	  card using the drivers/fc4 layer (currently only SOCAL). The most
  	  common is either A5000 array or internal disks in E[3-6]000
  	  machines.
  
  	  To compile this support as a module, choose M here: the module will
  	  be called fcal.
  
  config SCSI_FCAL
  	prompt "Generic FC-AL disk driver"
0b57ee9e5   Adrian Bunk   [SPARC]: introduc...
78
  	depends on FC4!=n && SCSI && !SPARC
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
79
80
  
  endmenu