diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-21 14:04:03 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-21 14:04:03 -0700 |
commit | 81d1c3a52cd78fdbb9f0d80214fc9e7d49bf22c0 (patch) | |
tree | a9c33aaf393c64f6f31eacb6c24007ce99467aab | |
parent | 5fe8321b8886d814e65952d74b207fe59e1096ea (diff) | |
parent | 3e0f686e6bf347eea4a41d7d415f003c2f42b1a0 (diff) | |
download | linux-81d1c3a52cd78fdbb9f0d80214fc9e7d49bf22c0.tar.bz2 |
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
-rw-r--r-- | drivers/firmware/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig index 280c9b5ad9e3..88a3ae6cd023 100644 --- a/drivers/firmware/Kconfig +++ b/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 |