Browse Source

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
Linus Torvalds 14 năm trước cách đây
mục cha
commit
81d1c3a52c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      drivers/firmware/Kconfig

+ 1 - 1
drivers/firmware/Kconfig

@@ -125,7 +125,7 @@ config ISCSI_IBFT_FIND
 config ISCSI_IBFT
 config ISCSI_IBFT
 	tristate "iSCSI Boot Firmware Table Attributes module"
 	tristate "iSCSI Boot Firmware Table Attributes module"
 	select ISCSI_BOOT_SYSFS
 	select ISCSI_BOOT_SYSFS
-	depends on ISCSI_IBFT_FIND && SCSI
+	depends on ISCSI_IBFT_FIND && SCSI && SCSI_LOWLEVEL
 	default	n
 	default	n
 	help
 	help
 	  This option enables support for detection and exposing of iSCSI
 	  This option enables support for detection and exposing of iSCSI