aboutsummaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
Diffstat (limited to 'block')
-rw-r--r--block/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/block/Kconfig b/block/Kconfig
index da12f2649cce..1d16b08e1506 100644
--- a/block/Kconfig
+++ b/block/Kconfig
@@ -53,9 +53,10 @@ endif # BLOCK
53 53
54config BLK_DEV_BSG 54config BLK_DEV_BSG
55 bool "Block layer SG support" 55 bool "Block layer SG support"
56 depends on SCSI && EXPERIMENTAL
56 default y 57 default y
57 ---help--- 58 ---help---
58 Saying Y here will enable generic SG (SCSI generic) v3 59 Saying Y here will enable generic SG (SCSI generic) v4
59 support for any block device. 60 support for any block device.
60 61
61source block/Kconfig.iosched 62source block/Kconfig.iosched