From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753466AbbCaIjT (ORCPT ); Tue, 31 Mar 2015 04:39:19 -0400 Received: from lb3-smtp-cloud3.xs4all.net ([194.109.24.30]:41435 "EHLO lb3-smtp-cloud3.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751979AbbCaIjP (ORCPT ); Tue, 31 Mar 2015 04:39:15 -0400 Message-ID: <1427791152.2408.53.camel@x220> Subject: Re: [PATCH char-misc-next v4 08/13] misc: mic: SCIF open close bind and listen APIs From: Paul Bolle To: Sudeep Dutt Cc: Greg Kroah-Hartman , Arnd Bergmann , Jonathan Corbet , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, Dave Jiang , Nikhil Rao , Ashutosh Dixit Date: Tue, 31 Mar 2015 10:39:12 +0200 In-Reply-To: <78c7ec12b16153ce91c23bb0f20b46eaf38b78f2.1427763968.git.sudeep.dutt@intel.com> References: <78c7ec12b16153ce91c23bb0f20b46eaf38b78f2.1427763968.git.sudeep.dutt@intel.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2015-03-30 at 18:36 -0700, Sudeep Dutt wrote: > --- a/drivers/misc/mic/Kconfig > +++ b/drivers/misc/mic/Kconfig > +comment "SCIF Driver" > + > +config SCIF > + tristate "SCIF Driver" > + depends on 64BIT && PCI && X86 && SCIF_BUS Won't this work with just depends on SCIF_BUS > + help > + This enables SCIF Driver support for the Intel Many Integrated > + Core (MIC) family of PCIe form factor coprocessor devices that > + run a 64 bit Linux OS. The Symmetric Communication Interface > + (SCIF (pronounced as skiff)) is a low level communications API > + across PCIe currently implemented for MIC. > + > + If you are building a host kernel with an Intel MIC device then > + say M (recommended) or Y, else say N. If unsure say N. > + > + More information about the Intel MIC family as well as the Linux > + OS and tools for MIC to use with this driver are available from > + . Paul Bolle