Kconfig 438 B

123456789101112131415161718
  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. config SCSI_HISI_SAS_PCI
  12. tristate "HiSilicon SAS on PCI bus"
  13. depends on SCSI_HISI_SAS
  14. depends on PCI
  15. help
  16. This driver supports HiSilicon's SAS HBA based on PCI device