[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.1105241651350.29780@chino.kir.corp.google.com>
Date: Tue, 24 May 2011 16:53:50 -0700 (PDT)
From: David Rientjes <rientjes@...gle.com>
To: "James E.J. Bottomley" <James.Bottomley@...e.de>
cc: Pekka Enberg <penberg@...nel.org>,
Christoph Lameter <cl@...ux.com>, linux-scsi@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [patch 3/6] scsi, fnic: require DMA support for Cisco FNIC
The Cisco FNIC driver requires creating a SLAB_CACHE_DMA cache, which is
not possible if CONFIG_ZONE_DMA is disasbled. Avoid compiling it without
DMA support.
Signed-off-by: David Rientjes <rientjes@...gle.com>
---
drivers/scsi/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -688,7 +688,7 @@ config FCOE
config FCOE_FNIC
tristate "Cisco FNIC Driver"
- depends on PCI && X86
+ depends on PCI && X86 && ZONE_DMA
select LIBFCOE
help
This is support for the Cisco PCI-Express FCoE HBA.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists