* [PATCH] scsi: libsas: Drop BLK_DEV_BSGLIB selection
@ 2021-07-23 8:46 Guoqing Jiang
2021-07-29 3:38 ` Martin K. Petersen
0 siblings, 1 reply; 2+ messages in thread
From: Guoqing Jiang @ 2021-07-23 8:46 UTC (permalink / raw)
To: jejb, martin.petersen; +Cc: linux-scsi
From: Guoqing Jiang <jiangguoqing@kylinos.cn>
It can be dropped since SCSI_SAS_ATTRS already selects BLK_DEV_BSGLIB in
drivers/scsi/Kconfig.
Signed-off-by: Guoqing Jiang <jiangguoqing@kylinos.cn>
---
drivers/scsi/libsas/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/scsi/libsas/Kconfig b/drivers/scsi/libsas/Kconfig
index 052ee3a26f6e..c640535d1ac0 100644
--- a/drivers/scsi/libsas/Kconfig
+++ b/drivers/scsi/libsas/Kconfig
@@ -10,7 +10,6 @@ config SCSI_SAS_LIBSAS
tristate "SAS Domain Transport Attributes"
depends on SCSI
select SCSI_SAS_ATTRS
- select BLK_DEV_BSGLIB
help
This provides transport specific helpers for SAS drivers which
use the domain device construct (like the aic94xxx).
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-07-29 3:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-23 8:46 [PATCH] scsi: libsas: Drop BLK_DEV_BSGLIB selection Guoqing Jiang
2021-07-29 3:38 ` Martin K. Petersen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox