2015-11-17 23:50:30 +07:00
|
|
|
config SCSI_HISI_SAS
|
|
|
|
tristate "HiSilicon SAS"
|
2016-01-26 18:59:12 +07:00
|
|
|
depends on HAS_DMA && HAS_IOMEM
|
2016-01-15 20:39:09 +07:00
|
|
|
depends on ARM64 || COMPILE_TEST
|
2017-03-28 21:22:03 +07:00
|
|
|
select SCSI_SAS_LIBSAS
|
2015-11-17 23:50:30 +07:00
|
|
|
select BLK_DEV_INTEGRITY
|
2017-03-28 21:22:03 +07:00
|
|
|
depends on ATA
|
2015-11-17 23:50:30 +07:00
|
|
|
help
|
2017-06-14 22:33:19 +07:00
|
|
|
This driver supports HiSilicon's SAS HBA, including support based
|
|
|
|
on platform device
|
|
|
|
|
|
|
|
config SCSI_HISI_SAS_PCI
|
|
|
|
tristate "HiSilicon SAS on PCI bus"
|
|
|
|
depends on SCSI_HISI_SAS
|
|
|
|
depends on PCI
|
|
|
|
help
|
|
|
|
This driver supports HiSilicon's SAS HBA based on PCI device
|