commit | 3d6392cfbd7dc11f23058e3493683afab4ac13a3 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Mon Jul 09 12:38:05 2007 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Mon Jul 16 08:52:44 2007 +0200 |
tree | 70c2b65c479f5feb7a5214a4a4930d489a069b1f | |
parent | 8f41958bdd577731f7411c9605cfaa9db6766809 [diff] [blame] |
bsg: support for full generic block layer SG v3 Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/block/Kconfig b/block/Kconfig index 2859351..da12f26 100644 --- a/block/Kconfig +++ b/block/Kconfig
@@ -51,4 +51,11 @@ 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