From: FUJITA Tomonori Date: Mon, 16 Jul 2007 06:52:17 +0000 (+0200) Subject: bsg: Kconfig updates X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=58ff411e0d21592565ac9ab34f33a434f26e018b;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Jens Axboe --- diff --git a/block/Kconfig b/block/Kconfig index da12f2649cce..1d16b08e1506 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