From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752034Ab1GGTcM (ORCPT ); Thu, 7 Jul 2011 15:32:12 -0400 Received: from acsinet15.oracle.com ([141.146.126.227]:46429 "EHLO acsinet15.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751292Ab1GGTcL (ORCPT ); Thu, 7 Jul 2011 15:32:11 -0400 Date: Thu, 7 Jul 2011 12:31:54 -0700 From: Randy Dunlap To: james_p_freyensee@linux.intel.com Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, randy.dunlap@oracle.com, sfr@canb.auug.org.au, christophe.guerard@intel.com, pranav.k.sanghadia@intel.com Subject: Re: [PATCH] Add PCI config dependency for PTI. Message-Id: <20110707123154.d6fb4a99.randy.dunlap@oracle.com> In-Reply-To: <1310066653-26879-1-git-send-email-james_p_freyensee@linux.intel.com> References: <1310066653-26879-1-git-send-email-james_p_freyensee@linux.intel.com> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Source-IP: rtcsinet22.oracle.com [66.248.204.30] X-CT-RefId: str=0001.0A090201.4E1609B5.005E:SCFSTAT5015188,ss=1,re=-4.000,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 7 Jul 2011 12:24:13 -0700 james_p_freyensee@linux.intel.com wrote: > From: J Freyensee > > Intel-Atom implementation of PTI will not work with PCI > configured off, so the pti driver should not be compiled > in the event someone does not enable PCI in the linux kernel. > > Signed-off-by: J Freyensee > Acked-by: Randy Dunlap now you can say that above. ^^^ Also Reported-by: Randy Dunlap Thanks. > Acked-by: Stephen Rothwell > --- > drivers/misc/Kconfig | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig > index 4e349cd..7fd32a6 100644 > --- a/drivers/misc/Kconfig > +++ b/drivers/misc/Kconfig > @@ -146,6 +146,7 @@ config PHANTOM > > config INTEL_MID_PTI > tristate "Parallel Trace Interface for MIPI P1149.7 cJTAG standard" > + depends on PCI > default n > help > The PTI (Parallel Trace Interface) driver directs > -- --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***