Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 1 | config SCSI_HISI_SAS |
2 | tristate "HiSilicon SAS" | ||||
3 | depends on HAS_IOMEM | ||||
4 | depends on ARM64 || COMPILE_TEST | ||||
5 | select SCSI_SAS_LIBSAS | ||||
6 | select BLK_DEV_INTEGRITY | ||||
7 | depends on ATA | ||||
8 | help | ||||
9 | This driver supports HiSilicon's SAS HBA, including support based | ||||
10 | on platform device | ||||
11 | |||||
12 | config SCSI_HISI_SAS_PCI | ||||
13 | tristate "HiSilicon SAS on PCI bus" | ||||
14 | depends on SCSI_HISI_SAS | ||||
15 | depends on PCI | ||||
16 | help | ||||
17 | This driver supports HiSilicon's SAS HBA based on PCI device |