aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/scsi/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index a6fdcf4cf74a..2e9632e2c98b 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -316,7 +316,8 @@ config SCSI_ISCSI_ATTRS
316 316
317config SCSI_SAS_ATTRS 317config SCSI_SAS_ATTRS
318 tristate "SAS Transport Attributes" 318 tristate "SAS Transport Attributes"
319 depends on SCSI && BLK_DEV_BSG 319 depends on SCSI
320 select BLK_DEV_BSG
320 help 321 help
321 If you wish to export transport-specific information about 322 If you wish to export transport-specific information about
322 each attached SAS device to sysfs, say Y. 323 each attached SAS device to sysfs, say Y.