mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-14 21:27:12 +07:00
![Mike Christie](/assets/img/avatar_default.png)
qla4xxx now uses iscsi_boot_sysfs to export the targets used for boot to sysfs. It needs to select that config option to make sure that module is also built. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
9 lines
270 B
Plaintext
9 lines
270 B
Plaintext
config SCSI_QLA_ISCSI
|
|
tristate "QLogic ISP4XXX and ISP82XX host adapter family support"
|
|
depends on PCI && SCSI
|
|
select SCSI_ISCSI_ATTRS
|
|
select ISCSI_BOOT_SYSFS
|
|
---help---
|
|
This driver supports the QLogic 40xx (ISP4XXX) and 8022 (ISP82XX)
|
|
iSCSI host adapter family.
|