Commit 0525265e authored by Guoqing Jiang's avatar Guoqing Jiang Committed by Martin K. Petersen

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.devSigned-off-by: default avatarGuoqing Jiang <jiangguoqing@kylinos.cn>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 8f13142a
...@@ -10,7 +10,6 @@ config SCSI_SAS_LIBSAS ...@@ -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).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment