Message ID | 20210723084624.2596297-1-guoqing.jiang@linux.dev |
---|---|
State | New |
Headers | show |
Series | scsi: libsas: Drop BLK_DEV_BSGLIB selection | expand |
On Fri, 23 Jul 2021 16:46:24 +0800, Guoqing Jiang wrote: > It can be dropped since SCSI_SAS_ATTRS already selects BLK_DEV_BSGLIB in > drivers/scsi/Kconfig. Applied to 5.15/scsi-queue, thanks! [1/1] scsi: libsas: Drop BLK_DEV_BSGLIB selection https://git.kernel.org/mkp/scsi/c/0525265e434b -- Martin K. Petersen Oracle Linux Engineering
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).