Skip to content

Commit

Permalink
bsg: Kconfig updates
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
fujita authored and Jens Axboe committed Jul 16, 2007
1 parent 15d10b6 commit 58ff411
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion block/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 58ff411

Please sign in to comment.