public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] fusion: select BLK_DEV_BSG
@ 2010-08-17 18:35 Randy Dunlap
  2010-08-18 12:07 ` Desai, Kashyap
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2010-08-17 18:35 UTC (permalink / raw)
  To: scsi; +Cc: jejbscsi, Eric Moore

From: Randy Dunlap <randy.dunlap@oracle.com>

Fusion selects SCSI_SAS_ATTRS which needs BLK_DEV_BSG, so also select
BLK_DEV_BSG in fusion.

Fixes the kconfig warning:

warning: (SCSI_SAS_LIBSAS && SCSI || SCSI_MPT2SAS && SCSI_LOWLEVEL && PCI && SCSI || FUSION_SAS && FUSION && PCI && SCSI) selects SCSI_SAS_ATTRS which has unmet direct dependencies (SCSI && BLK_DEV_BSG)

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Eric Moore <Eric.Moore@lsi.com>
---
 drivers/message/fusion/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-next-20100810.orig/drivers/message/fusion/Kconfig
+++ linux-next-20100810/drivers/message/fusion/Kconfig
@@ -49,6 +49,7 @@ config FUSION_SAS
 	tristate "Fusion MPT ScsiHost drivers for SAS"
 	depends on PCI && SCSI
 	select SCSI_SAS_ATTRS
+	select BLK_DEV_BSG
 	---help---
 	  SCSI HOST support for a SAS host adapters.
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-18 12:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-17 18:35 [PATCH 1/2] fusion: select BLK_DEV_BSG Randy Dunlap
2010-08-18 12:07 ` Desai, Kashyap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox