summaryrefslogtreecommitdiffstats
path: root/block/Kconfig
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2007-07-09 12:38:05 +0200
committerJens Axboe <jens.axboe@oracle.com>2007-07-16 08:52:44 +0200
commit3d6392cfbd7dc11f23058e3493683afab4ac13a3 (patch)
tree70c2b65c479f5feb7a5214a4a4930d489a069b1f /block/Kconfig
parent8f41958bdd577731f7411c9605cfaa9db6766809 (diff)
downloadlinux-0-day-3d6392cfbd7dc11f23058e3493683afab4ac13a3.tar.gz
linux-0-day-3d6392cfbd7dc11f23058e3493683afab4ac13a3.tar.xz
bsg: support for full generic block layer SG v3
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'block/Kconfig')
-rw-r--r--block/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/block/Kconfig b/block/Kconfig
index 285935134bcd0..da12f2649cced 100644
--- a/block/Kconfig
+++ b/block/Kconfig
@@ -51,4 +51,11 @@ config LSF
endif # BLOCK
+config BLK_DEV_BSG
+ bool "Block layer SG support"
+ default y
+ ---help---
+ Saying Y here will enable generic SG (SCSI generic) v3
+ support for any block device.
+
source block/Kconfig.iosched