* [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
* RE: [PATCH 1/2] fusion: select BLK_DEV_BSG
2010-08-17 18:35 [PATCH 1/2] fusion: select BLK_DEV_BSG Randy Dunlap
@ 2010-08-18 12:07 ` Desai, Kashyap
0 siblings, 0 replies; 2+ messages in thread
From: Desai, Kashyap @ 2010-08-18 12:07 UTC (permalink / raw)
To: Randy Dunlap, scsi; +Cc: jejbscsi, Moore, Eric
Please consider this patch as an ACKed.
~ Kashyap
> -----Original Message-----
> From: linux-scsi-owner@vger.kernel.org [mailto:linux-scsi-
> owner@vger.kernel.org] On Behalf Of Randy Dunlap
> Sent: Wednesday, August 18, 2010 12:06 AM
> To: scsi
> Cc: jejbscsi; Moore, Eric
> Subject: [PATCH 1/2] fusion: select BLK_DEV_BSG
>
> 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.
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-scsi"
> in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ 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