Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58ff411e authored by FUJITA Tomonori's avatar FUJITA Tomonori Committed by Jens Axboe
Browse files

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: default avatarFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 15d10b61
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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