diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2007-07-16 02:52:17 -0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2007-07-16 02:52:47 -0400 |
commit | 58ff411e0d21592565ac9ab34f33a434f26e018b (patch) | |
tree | aeebc3f17d5f9ff67a18648a1352917e8731faae /block | |
parent | 15d10b611fa94b52f004a08a1d4cf7b39de3cba3 (diff) |
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 <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'block')
-rw-r--r-- | block/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/block/Kconfig b/block/Kconfig index da12f2649cce..1d16b08e1506 100644 --- a/block/Kconfig +++ b/block/Kconfig | |||
@@ -53,9 +53,10 @@ endif # BLOCK | |||
53 | 53 | ||
54 | config BLK_DEV_BSG | 54 | config BLK_DEV_BSG |
55 | bool "Block layer SG support" | 55 | bool "Block layer SG support" |
56 | depends on SCSI && EXPERIMENTAL | ||
56 | default y | 57 | default y |
57 | ---help--- | 58 | ---help--- |
58 | Saying Y here will enable generic SG (SCSI generic) v3 | 59 | Saying Y here will enable generic SG (SCSI generic) v4 |
59 | support for any block device. | 60 | support for any block device. |
60 | 61 | ||
61 | source block/Kconfig.iosched | 62 | source block/Kconfig.iosched |