xref: /openbmc/linux/drivers/message/fusion/Kconfig (revision 3759b788)
11da177e4SLinus Torvalds
21da177e4SLinus Torvaldsmenu "Fusion MPT device support"
31da177e4SLinus Torvalds
4b86fff73SJames Bottomley config FUSION
5b86fff73SJames Bottomley 	bool
6b86fff73SJames Bottomley 	default n
7b86fff73SJames Bottomley 
85f5affddSMoore, Eric Dean config FUSION_SPI
95f5affddSMoore, Eric Dean 	tristate "Fusion MPT ScsiHost drivers for SPI"
101da177e4SLinus Torvalds	depends on PCI && SCSI
11b86fff73SJames Bottomley 	select FUSION
121da177e4SLinus Torvalds	---help---
135f5affddSMoore, Eric Dean 	  SCSI HOST support for a parallel SCSI host adapters.
141da177e4SLinus Torvalds
155f5affddSMoore, Eric Dean 	  List of supported controllers:
165f5affddSMoore, Eric Dean 
175f5affddSMoore, Eric Dean 	  LSI53C1020
185f5affddSMoore, Eric Dean 	  LSI53C1020A
195f5affddSMoore, Eric Dean 	  LSI53C1030
205f5affddSMoore, Eric Dean 	  LSI53C1035
215f5affddSMoore, Eric Dean 
225f5affddSMoore, Eric Dean config FUSION_FC
235f5affddSMoore, Eric Dean 	tristate "Fusion MPT ScsiHost drivers for FC"
245f5affddSMoore, Eric Dean 	depends on PCI && SCSI
25b86fff73SJames Bottomley 	select FUSION
263759b788SJames Bottomley	select SCSI_FC_ATTRS
275f5affddSMoore, Eric Dean 	---help---
285f5affddSMoore, Eric Dean 	  SCSI HOST support for a Fiber Channel host adapters.
295f5affddSMoore, Eric Dean 
305f5affddSMoore, Eric Dean 	  List of supported controllers:
315f5affddSMoore, Eric Dean 
325f5affddSMoore, Eric Dean 	  LSIFC909
335f5affddSMoore, Eric Dean 	  LSIFC919
345f5affddSMoore, Eric Dean 	  LSIFC919X
355f5affddSMoore, Eric Dean 	  LSIFC929
365f5affddSMoore, Eric Dean 	  LSIFC929X
375f5affddSMoore, Eric Dean 	  LSIFC929XL
381da177e4SLinus Torvalds
390c33b27dSChristoph Hellwigconfig FUSION_SAS
400c33b27dSChristoph Hellwig	tristate "Fusion MPT ScsiHost drivers for SAS"
410c33b27dSChristoph Hellwig	depends on PCI && SCSI
420c33b27dSChristoph Hellwig 	select FUSION
430c33b27dSChristoph Hellwig	select SCSI_SAS_ATTRS
440c33b27dSChristoph Hellwig	---help---
450c33b27dSChristoph Hellwig	  SCSI HOST support for a SAS host adapters.
460c33b27dSChristoph Hellwig
470c33b27dSChristoph Hellwig	  List of supported controllers:
480c33b27dSChristoph Hellwig
490c33b27dSChristoph Hellwig	  LSISAS1064
500c33b27dSChristoph Hellwig	  LSISAS1066
510c33b27dSChristoph Hellwig	  LSISAS1068
520c33b27dSChristoph Hellwig	  LSISAS1064E
530c33b27dSChristoph Hellwig	  LSISAS1066E
540c33b27dSChristoph Hellwig	  LSISAS1068E
550c33b27dSChristoph Hellwig
561da177e4SLinus Torvaldsconfig FUSION_MAX_SGE
5751bbc9c3SMoore, Eric Dean 	int "Maximum number of scatter gather entries (16 - 128)"
5851bbc9c3SMoore, Eric Dean 	depends on FUSION
595f5affddSMoore, Eric Dean 	default "128"
6051bbc9c3SMoore, Eric Dean 	range 16 128
611da177e4SLinus Torvalds	help
621da177e4SLinus Torvalds	  This option allows you to specify the maximum number of scatter-
6351bbc9c3SMoore, Eric Dean 	  gather entries per I/O. The driver default is 128, which matches
6451bbc9c3SMoore, Eric Dean 	  SCSI_MAX_PHYS_SEGMENTS. However, it may decreased down to 16.
6551bbc9c3SMoore, Eric Dean 	  Decreasing this parameter will reduce memory requirements
6651bbc9c3SMoore, Eric Dean 	  on a per controller instance.
671da177e4SLinus Torvalds
681da177e4SLinus Torvaldsconfig FUSION_CTL
691da177e4SLinus Torvalds	tristate "Fusion MPT misc device (ioctl) driver"
705f5affddSMoore, Eric Dean 	depends on FUSION_SPI || FUSION_FC
711da177e4SLinus Torvalds	---help---
721da177e4SLinus Torvalds	  The Fusion MPT misc device driver provides specialized control
731da177e4SLinus Torvalds	  of MPT adapters via system ioctl calls.  Use of ioctl calls to
741da177e4SLinus Torvalds	  the MPT driver requires that you create and use a misc device
751da177e4SLinus Torvalds	  node ala:
761da177e4SLinus Torvalds	  mknod /dev/mptctl c 10 240
771da177e4SLinus Torvalds
781da177e4SLinus Torvalds	  One use of this ioctl interface is to perform an upgrade (reflash)
791da177e4SLinus Torvalds	  of the MPT adapter firmware.  Refer to readme file(s) distributed
801da177e4SLinus Torvalds	  with the Fusion MPT linux driver for additional details.
811da177e4SLinus Torvalds
821da177e4SLinus Torvalds	  If enabled by saying M to this, a driver named: mptctl
831da177e4SLinus Torvalds	  will be compiled.
841da177e4SLinus Torvalds
851da177e4SLinus Torvalds	  If unsure whether you really want or need this, say N.
861da177e4SLinus Torvalds
871da177e4SLinus Torvaldsconfig FUSION_LAN
881da177e4SLinus Torvalds	tristate "Fusion MPT LAN driver"
895f5affddSMoore, Eric Dean 	depends on FUSION_FC && NET_FC
901da177e4SLinus Torvalds	---help---
911da177e4SLinus Torvalds	  This module supports LAN IP traffic over Fibre Channel port(s)
921da177e4SLinus Torvalds	  on Fusion MPT compatible hardware (LSIFC9xx chips).
931da177e4SLinus Torvalds	  The physical interface used is defined in RFC 2625.
941da177e4SLinus Torvalds	  Please refer to that document for details.
951da177e4SLinus Torvalds
961da177e4SLinus Torvalds	  Installing this driver requires the knowledge to configure and
971da177e4SLinus Torvalds	  activate a new network interface, "fc0", using standard Linux tools.
981da177e4SLinus Torvalds
991da177e4SLinus Torvalds	  If enabled by saying M to this, a driver named: mptlan
1001da177e4SLinus Torvalds	  will be compiled.
1011da177e4SLinus Torvalds
1021da177e4SLinus Torvalds	  If unsure whether you really want or need this, say N.
1031da177e4SLinus Torvalds
1041da177e4SLinus Torvaldsendmenu
105