bsg: Kconfig updates
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Mon, 16 Jul 2007 06:52:17 +0000 (08:52 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 16 Jul 2007 06:52:47 +0000 (08:52 +0200)
This updates bsg entry in Kconfig:

- bsg supports sg v4
- bsg depends on SCSI
- it might be better to mark it experimental for a while

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/Kconfig

index da12f26..1d16b08 100644 (file)
@@ -53,9 +53,10 @@ 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) v3
+       Saying Y here will enable generic SG (SCSI generic) v4
        support for any block device.
 
 source block/Kconfig.iosched