scsi: libsas: Drop BLK_DEV_BSGLIB selection

SCSI_SAS_ATTRS already selects BLK_DEV_BSGLIB in drivers/scsi/Kconfig.
Remove selection in libsas/Kconfig.

Link: https://lore.kernel.org/r/20210723084624.2596297-1-guoqing.jiang@linux.dev
Signed-off-by: Guoqing Jiang <jiangguoqing@kylinos.cn>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Guoqing Jiang
2021-07-23 16:46:24 +08:00
committed by Martin K. Petersen
parent 8f13142ac2
commit 0525265e43

View File

@@ -10,7 +10,6 @@ config SCSI_SAS_LIBSAS
tristate "SAS Domain Transport Attributes" tristate "SAS Domain Transport Attributes"
depends on SCSI depends on SCSI
select SCSI_SAS_ATTRS select SCSI_SAS_ATTRS
select BLK_DEV_BSGLIB
help help
This provides transport specific helpers for SAS drivers which This provides transport specific helpers for SAS drivers which
use the domain device construct (like the aic94xxx). use the domain device construct (like the aic94xxx).