Make BLK_DEV_BSG depend strictly on SCSI=y
authorLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 16 Jul 2007 23:52:44 +0000 (16:52 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 16 Jul 2007 23:53:22 +0000 (16:53 -0700)
commit29417b899a77aaba1c060f5e123db4f50006f58a
tree9862fdf04a4560787921b33a73952dd6aab1b816
parenta54890d7a6f37a4658294cbce650af4d1fabb8c9
Make BLK_DEV_BSG depend strictly on SCSI=y

The SCSI code can be compiled modular, but BLK_DEV_BSG currently cannot,
and depends on the SCSI layer.  So make sure that it depends on the SCSI
layer being compiled in, not just available as a module.

Noticed by Jeff Garzik and S.Çağlar Onur.

Cc: Jeff Garzik <jeff@garzik.org>
Cc: Jens Axboe <jens.axboe@oracle.com>
Cc: S.Çağlar Onur <caglar@pardus.org.tr>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
block/Kconfig