From patchwork Thu May 6 23:58:56 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ralph Campbell X-Patchwork-Id: 97509 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o46Nx6Fm011923 for ; Thu, 6 May 2010 23:59:19 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751329Ab0EFX66 (ORCPT ); Thu, 6 May 2010 19:58:58 -0400 Received: from vpn.pathscale.com ([198.186.3.75]:42221 "HELO mx.mv.qlogic.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with SMTP id S1751324Ab0EFX65 (ORCPT ); Thu, 6 May 2010 19:58:57 -0400 Received: from chromite.mv.qlogic.com (chromite.mv.qlogic.com [10.29.2.82]) by mx.mv.qlogic.com (Postfix) with ESMTP id DCAAD949C01A; Thu, 6 May 2010 16:58:56 -0700 (PDT) Received: from chromite.mv.qlogic.com (localhost.localdomain [127.0.0.1]) by chromite.mv.qlogic.com (Postfix) with ESMTP id DC83B142961; Thu, 6 May 2010 16:58:56 -0700 (PDT) From: Ralph Campbell Subject: [PATCH v3 01/52] IB/qib: Add Kconfig To: Roland Dreier Cc: linux-rdma@vger.kernel.org Date: Thu, 06 May 2010 16:58:56 -0700 Message-ID: <20100506235856.3441.28466.stgit@chromite.mv.qlogic.com> In-Reply-To: <20100506235849.3441.85930.stgit@chromite.mv.qlogic.com> References: <20100506235849.3441.85930.stgit@chromite.mv.qlogic.com> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Fri, 07 May 2010 00:00:45 +0000 (UTC) diff --git a/drivers/infiniband/hw/qib/Kconfig b/drivers/infiniband/hw/qib/Kconfig new file mode 100644 index 0000000..1acfb54 --- /dev/null +++ b/drivers/infiniband/hw/qib/Kconfig @@ -0,0 +1,11 @@ +config INFINIBAND_QIB + tristate "QLogic PCIe HCA support" + depends on 64BIT && NET + ---help--- + This is a driver for QLogic PCIe QLE IB host channel adapters, + including InfiniBand verbs support. This driver allows these + devices to be used with both kernel upper level protocols such + as IP-over-InfiniBand as well as with userspace applications + (in conjunction with InfiniBand userspace access). + This driver does not support the QLogic HyperTransport card + (model QHT7140).