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