public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle.com>
To: scsi <linux-scsi@vger.kernel.org>
Cc: jejbscsi <james.bottomley@suse.de>, Eric Moore <Eric.Moore@lsi.com>
Subject: [PATCH 1/2] fusion: select BLK_DEV_BSG
Date: Tue, 17 Aug 2010 11:35:40 -0700	[thread overview]
Message-ID: <20100817113540.83e98a77.randy.dunlap@oracle.com> (raw)

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.
 

             reply	other threads:[~2010-08-17 18:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-17 18:35 Randy Dunlap [this message]
2010-08-18 12:07 ` [PATCH 1/2] fusion: select BLK_DEV_BSG Desai, Kashyap

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100817113540.83e98a77.randy.dunlap@oracle.com \
    --to=randy.dunlap@oracle.com \
    --cc=Eric.Moore@lsi.com \
    --cc=james.bottomley@suse.de \
    --cc=linux-scsi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox