summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bnx2i/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2020-12-12 12:57:12 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2020-12-12 12:57:12 -0800
commit6bff9bb8a292668e7da3e740394b061e5201f683 (patch)
tree52bcca60eae6312e009db173500ad7905e95d9a2 /drivers/scsi/bnx2i/Kconfig
parent5ee595d9079b94ee931287ce004d34886b7d3c24 (diff)
parent4da3a54f5a025846f9930354cfb80f075b9952e0 (diff)
downloadlinux-6bff9bb8a292668e7da3e740394b061e5201f683.tar.bz2
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Pull SCSI fixes from James Bottomley: "Five small fixes. Four in drivers: - hisi_sas: fix internal queue timeout - be2iscsi: revert a prior fix causing problems - bnx2i: add missing dependency - storvsc: late arriving revert of a problem fix and one in the core. The core one is a minor change to stop paying attention to the busy count when returning out of resources because there's a race window where the queue might not restart due to missing returning I/O" * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: Revert "scsi: storvsc: Validate length of incoming packet in storvsc_on_channel_callback()" scsi: hisi_sas: Select a suitable queue for internal I/Os scsi: core: Fix race between handling STS_RESOURCE and completion scsi: be2iscsi: Revert "Fix a theoretical leak in beiscsi_create_eqs()" scsi: bnx2i: Requires MMU
Diffstat (limited to 'drivers/scsi/bnx2i/Kconfig')
-rw-r--r--drivers/scsi/bnx2i/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/bnx2i/Kconfig b/drivers/scsi/bnx2i/Kconfig
index 75ace2302fed..0cc06c2ce0b8 100644
--- a/drivers/scsi/bnx2i/Kconfig
+++ b/drivers/scsi/bnx2i/Kconfig
@@ -4,6 +4,7 @@ config SCSI_BNX2_ISCSI
depends on NET
depends on PCI
depends on (IPV6 || IPV6=n)
+ depends on MMU
select SCSI_ISCSI_ATTRS
select NETDEVICES
select ETHERNET