mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-24 07:31:41 +00:00
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>
This commit is contained in:
parent
15d10b611f
commit
58ff411e0d
1 changed files with 2 additions and 1 deletions
|
@ -53,9 +53,10 @@ endif # BLOCK
|
||||||
|
|
||||||
config BLK_DEV_BSG
|
config BLK_DEV_BSG
|
||||||
bool "Block layer SG support"
|
bool "Block layer SG support"
|
||||||
|
depends on SCSI && EXPERIMENTAL
|
||||||
default y
|
default y
|
||||||
---help---
|
---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.
|
support for any block device.
|
||||||
|
|
||||||
source block/Kconfig.iosched
|
source block/Kconfig.iosched
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue