2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2015-11-17 16:50:30 +00:00
|
|
|
config SCSI_HISI_SAS
|
|
|
|
tristate "HiSilicon SAS"
|
2018-03-16 13:51:50 +00:00
|
|
|
depends on HAS_IOMEM
|
2016-01-15 13:39:09 +00:00
|
|
|
depends on ARM64 || COMPILE_TEST
|
2017-03-28 14:22:03 +00:00
|
|
|
select SCSI_SAS_LIBSAS
|
2015-11-17 16:50:30 +00:00
|
|
|
select BLK_DEV_INTEGRITY
|
2017-03-28 14:22:03 +00:00
|
|
|
depends on ATA
|
2015-11-17 16:50:30 +00:00
|
|
|
help
|
2017-06-14 15:33:19 +00: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
|