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