firmware: ibft depends on SCSI

Prevent build errors when SCSI is not enabled:

iscsi_ibft.c:(.init.text+0x548d): undefined reference to `iscsi_boot_create_initiator'
iscsi_ibft.c:(.init.text+0x54a9): undefined reference to `iscsi_boot_create_ethernet'
iscsi_ibft.c:(.init.text+0x54c5): undefined reference to `iscsi_boot_create_target'
iscsi_ibft.c:(.init.text+0x55ff): undefined reference to `iscsi_boot_destroy_kset'
iscsi_ibft.c:(.init.text+0x561e): undefined reference to `iscsi_boot_create_kset'
iscsi_ibft.c:(.exit.text+0xe2c): undefined reference to `iscsi_boot_destroy_kset'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad@kernel.org>

authored by Randy Dunlap and committed by Konrad Rzeszutek Wilk 4cde7525 a12415ff

+1 -1
+1 -1
drivers/firmware/Kconfig
··· 133 133 config ISCSI_IBFT 134 134 tristate "iSCSI Boot Firmware Table Attributes module" 135 135 select ISCSI_BOOT_SYSFS 136 - depends on ISCSI_IBFT_FIND 136 + depends on ISCSI_IBFT_FIND && SCSI 137 137 default n 138 138 help 139 139 This option enables support for detection and exposing of iSCSI