Blame view

kernel/linux-imx6_3.14.28/drivers/scsi/qla2xxx/Kconfig 1.07 KB
6b13f685e   김민수   BSP 최초 추가
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
29
30
31
32
33
34
35
36
37
38
  config SCSI_QLA_FC
  	tristate "QLogic QLA2XXX Fibre Channel Support"
  	depends on PCI && SCSI
  	select SCSI_FC_ATTRS
  	select FW_LOADER
  	---help---
  	This qla2xxx driver supports all QLogic Fibre Channel
  	PCI and PCIe host adapters.
  
  	By default, firmware for the ISP parts will be loaded
  	via the Firmware Loader interface.
  
  	ISP               Firmware Filename
  	----------        -----------------
  	21xx              ql2100_fw.bin
  	22xx              ql2200_fw.bin
  	2300, 2312, 6312  ql2300_fw.bin
  	2322, 6322        ql2322_fw.bin
  	24xx, 54xx        ql2400_fw.bin
  	25xx              ql2500_fw.bin
  
  	Upon request, the driver caches the firmware image until
  	the driver is unloaded.
  
  	Firmware images can be retrieved from:
  
  		http://ldriver.qlogic.com/firmware/
  
  	They are also included in the linux-firmware tree as well.
  
  config TCM_QLA2XXX
  	tristate "TCM_QLA2XXX fabric module for Qlogic 2xxx series target mode HBAs"
  	depends on SCSI_QLA_FC && TARGET_CORE
  	select LIBFC
  	select BTREE
  	default n
  	---help---
  	Say Y here to enable the TCM_QLA2XXX fabric module for Qlogic 2xxx series target mode HBAs