Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=58ff411e0d21592565ac9ab34f33a434f26e018b
Commit:     58ff411e0d21592565ac9ab34f33a434f26e018b
Parent:     15d10b611fa94b52f004a08a1d4cf7b39de3cba3
Author:     FUJITA Tomonori <[EMAIL PROTECTED]>
AuthorDate: Mon Jul 16 08:52:17 2007 +0200
Committer:  Jens Axboe <[EMAIL PROTECTED]>
CommitDate: Mon Jul 16 08:52:47 2007 +0200

    bsg: Kconfig updates
    
    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 <[EMAIL PROTECTED]>
    Signed-off-by: Jens Axboe <[EMAIL PROTECTED]>
---
 block/Kconfig |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/block/Kconfig b/block/Kconfig
index da12f26..1d16b08 100644
--- a/block/Kconfig
+++ b/block/Kconfig
@@ -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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to