Merge branch 'stable/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft-2.6

* 'stable/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft-2.6:
ibft: fix kconfig dependencies

+1 -1
+1 -1
drivers/firmware/Kconfig
··· 125 125 config ISCSI_IBFT 126 126 tristate "iSCSI Boot Firmware Table Attributes module" 127 127 select ISCSI_BOOT_SYSFS 128 - depends on ISCSI_IBFT_FIND && SCSI 128 + depends on ISCSI_IBFT_FIND && SCSI && SCSI_LOWLEVEL 129 129 default n 130 130 help 131 131 This option enables support for detection and exposing of iSCSI