Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Andrew Vasquez | 8e0df4a | 2006-01-09 10:17:40 -0800 | [diff] [blame] | 2 | config SCSI_QLA_FC |
Andrew Vasquez | 5433383 | 2005-11-09 15:49:04 -0800 | [diff] [blame] | 3 | tristate "QLogic QLA2XXX Fibre Channel Support" |
| 4 | depends on PCI && SCSI |
Randy Dunlap | 6a38792 | 2014-09-16 13:47:41 -0700 | [diff] [blame] | 5 | depends on SCSI_FC_ATTRS |
Arnd Bergmann | bcda771 | 2017-06-30 18:10:40 +0200 | [diff] [blame] | 6 | depends on NVME_FC || !NVME_FC |
Andrew Vasquez | 5433383 | 2005-11-09 15:49:04 -0800 | [diff] [blame] | 7 | select FW_LOADER |
Quinn Tran | 482c9dc | 2017-03-15 09:48:54 -0700 | [diff] [blame] | 8 | select BTREE |
Andrew Vasquez | 5433383 | 2005-11-09 15:49:04 -0800 | [diff] [blame] | 9 | ---help--- |
| 10 | This qla2xxx driver supports all QLogic Fibre Channel |
| 11 | PCI and PCIe host adapters. |
| 12 | |
| 13 | By default, firmware for the ISP parts will be loaded |
| 14 | via the Firmware Loader interface. |
| 15 | |
andrew.vasquez@qlogic.com | 48c02fd | 2006-03-09 14:27:18 -0800 | [diff] [blame] | 16 | ISP Firmware Filename |
| 17 | ---------- ----------------- |
| 18 | 21xx ql2100_fw.bin |
| 19 | 22xx ql2200_fw.bin |
| 20 | 2300, 2312, 6312 ql2300_fw.bin |
| 21 | 2322, 6322 ql2322_fw.bin |
Andrew Vasquez | 203c291 | 2008-04-03 13:13:12 -0700 | [diff] [blame] | 22 | 24xx, 54xx ql2400_fw.bin |
| 23 | 25xx ql2500_fw.bin |
Andrew Vasquez | 5433383 | 2005-11-09 15:49:04 -0800 | [diff] [blame] | 24 | |
| 25 | Upon request, the driver caches the firmware image until |
| 26 | the driver is unloaded. |
| 27 | |
andrew.vasquez@qlogic.com | fdd52df | 2006-01-13 17:05:53 -0800 | [diff] [blame] | 28 | Firmware images can be retrieved from: |
| 29 | |
Chad Dupuis | e689cf0 | 2013-03-07 10:30:22 -0500 | [diff] [blame] | 30 | http://ldriver.qlogic.com/firmware/ |
| 31 | |
| 32 | They are also included in the linux-firmware tree as well. |
Nicholas Bellinger | 75f8c1f | 2012-05-15 14:34:29 -0400 | [diff] [blame] | 33 | |
| 34 | config TCM_QLA2XXX |
Sebastian Herbszt | 24c7d6c | 2015-08-03 00:21:50 +0200 | [diff] [blame] | 35 | tristate "TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs" |
Nicholas Bellinger | 75f8c1f | 2012-05-15 14:34:29 -0400 | [diff] [blame] | 36 | depends on SCSI_QLA_FC && TARGET_CORE |
David S. Miller | df568d8 | 2014-09-22 13:14:33 -0400 | [diff] [blame] | 37 | depends on LIBFC |
Nicholas Bellinger | 75f8c1f | 2012-05-15 14:34:29 -0400 | [diff] [blame] | 38 | select BTREE |
| 39 | default n |
| 40 | ---help--- |
Sebastian Herbszt | 24c7d6c | 2015-08-03 00:21:50 +0200 | [diff] [blame] | 41 | Say Y here to enable the TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs |
Laurence Oberman | 54a5e73 | 2016-05-10 01:23:17 -0700 | [diff] [blame] | 42 | |
| 43 | if TCM_QLA2XXX |
| 44 | config TCM_QLA2XXX_DEBUG |
| 45 | bool "TCM_QLA2XXX fabric module DEBUG mode for QLogic 24xx+ series target mode HBAs" |
| 46 | default n |
| 47 | ---help--- |
| 48 | Say Y here to enable the TCM_QLA2XXX fabric module DEBUG for QLogic 24xx+ series target mode HBAs |
| 49 | This will include code to enable the SCSI command jammer |
| 50 | endif |