Re: [PATCH -next] ibft: fix kconfig dependencies

From: Konrad Rzeszutek Wilk
Date: Thu Oct 14 2010 - 10:39:23 EST


On Wed, Oct 13, 2010 at 06:07:16PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
>
> Fix kconfig dependency warning to satisfy dependencies:

Thanks for spotting it. Let me queue it up for the next merge window.
>
> warning: (BE2ISCSI && SCSI_LOWLEVEL && PCI && SCSI && NET || ISCSI_IBFT && ISCSI_IBFT_FIND && SCSI) selects ISCSI_BOOT_SYSFS which has unmet direct dependencies (SCSI_LOWLEVEL && SCSI)
>
> Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
> Cc: Peter Jones <pjones@xxxxxxxxxx>
> Cc: Konrad Rzeszutek Wilk <konrad@xxxxxxxxxx>
> ---
> drivers/firmware/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-next-20101013.orig/drivers/firmware/Kconfig
> +++ linux-next-20101013/drivers/firmware/Kconfig
> @@ -125,7 +125,7 @@ config ISCSI_IBFT_FIND
> config ISCSI_IBFT
> tristate "iSCSI Boot Firmware Table Attributes module"
> select ISCSI_BOOT_SYSFS
> - depends on ISCSI_IBFT_FIND && SCSI
> + depends on ISCSI_IBFT_FIND && SCSI && SCSI_LOWLEVEL
> default n
> help
> This option enables support for detection and exposing of iSCSI
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/