From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> 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@xxxxxxxxxx> Cc: Eric Moore <Eric.Moore@xxxxxxx> --- 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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html