diff options
Diffstat (limited to 'block')
-rw-r--r-- | block/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/Kconfig b/block/Kconfig index 1d16b08e1506..6597b60e8e69 100644 --- a/block/Kconfig +++ b/block/Kconfig | |||
@@ -53,7 +53,7 @@ endif # BLOCK | |||
53 | 53 | ||
54 | config BLK_DEV_BSG | 54 | config BLK_DEV_BSG |
55 | bool "Block layer SG support" | 55 | bool "Block layer SG support" |
56 | depends on SCSI && EXPERIMENTAL | 56 | depends on (SCSI=y) && EXPERIMENTAL |
57 | default y | 57 | default y |
58 | ---help--- | 58 | ---help--- |
59 | Saying Y here will enable generic SG (SCSI generic) v4 | 59 | Saying Y here will enable generic SG (SCSI generic) v4 |