mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 21:33:00 +00:00
1d95b8a2d4
If SATA_HOST is n, build fails:
drivers/scsi/hisi_sas/hisi_sas_main.o: In function
`hisi_sas_fill_ata_reset_cmd': hisi_sas_main.c:(.text+0x2500): undefined
reference to `ata_tf_to_fis'
Select SATA_HOST to fix this.
Link: https://lore.kernel.org/r/20200402085812.32948-1-yuehaibing@huawei.com
Fixes: bd322af15c
("ata: make SATA_PMP option selectable only if any SATA host driver is enabled")
Reported-by: Hulk Robot <hulkci@huawei.com>
Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Acked-by: John Garry <john.garry@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
20 lines
496 B
Plaintext
20 lines
496 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config SCSI_HISI_SAS
|
|
tristate "HiSilicon SAS"
|
|
depends on HAS_IOMEM
|
|
depends on ARM64 || COMPILE_TEST
|
|
select SCSI_SAS_LIBSAS
|
|
select BLK_DEV_INTEGRITY
|
|
depends on ATA
|
|
select SATA_HOST
|
|
help
|
|
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
|