From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932211AbbCaVOw (ORCPT ); Tue, 31 Mar 2015 17:14:52 -0400 Received: from mga11.intel.com ([192.55.52.93]:2444 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753021AbbCaVOt (ORCPT ); Tue, 31 Mar 2015 17:14:49 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,503,1422950400"; d="scan'208";a="549155129" Subject: Re: [PATCH char-misc-next v4 08/13] misc: mic: SCIF open close bind and listen APIs From: Sudeep Dutt To: Paul Bolle Cc: Greg Kroah-Hartman , Arnd Bergmann , Jonathan Corbet , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, Dave Jiang , Nikhil Rao , Ashutosh Dixit , Sudeep Dutt In-Reply-To: <1427791152.2408.53.camel@x220> References: <78c7ec12b16153ce91c23bb0f20b46eaf38b78f2.1427763968.git.sudeep.dutt@intel.com> <1427791152.2408.53.camel@x220> Content-Type: text/plain; charset="UTF-8" Date: Tue, 31 Mar 2015 14:13:54 -0700 Message-ID: <1427836434.119282.90.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 (2.28.3-30.el6) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2015-03-31 at 10:39 +0200, Paul Bolle wrote: > 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 > Hi Paul, Yes, that should work as well. We will incorporate the Kconfig cleanup suggestions from your three emails if there is another revision of this patch series or post a follow on cleanup patch along with our next patch series. Thanks, Sudeep Dutt