diff options
Diffstat (limited to 'block/Kconfig')
-rw-r--r-- | block/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/block/Kconfig b/block/Kconfig index 285935134bc..1d16b08e150 100644 --- a/block/Kconfig +++ b/block/Kconfig @@ -51,4 +51,12 @@ config LSF endif # BLOCK +config BLK_DEV_BSG + bool "Block layer SG support" + depends on SCSI && EXPERIMENTAL + default y + ---help--- + Saying Y here will enable generic SG (SCSI generic) v4 + support for any block device. + source block/Kconfig.iosched |