From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: [PATCH] Add PCI config dependency for PTI. Date: Thu, 07 Jul 2011 15:09:19 -0700 Message-ID: <4E162E8F.2080702@oracle.com> References: <1310076166-22383-1-git-send-email-james_p_freyensee@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from rcsinet15.oracle.com ([148.87.113.117]:27570 "EHLO rcsinet15.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751601Ab1GGWJe (ORCPT ); Thu, 7 Jul 2011 18:09:34 -0400 In-Reply-To: <1310076166-22383-1-git-send-email-james_p_freyensee@linux.intel.com> Sender: linux-next-owner@vger.kernel.org List-ID: To: james_p_freyensee@linux.intel.com Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, sfr@canb.auug.org.au, christophe.guerard@intel.com, pranav.k.sanghadia@intel.com On 07/07/11 15:02, 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. > > Reported-by: Randy Dunlap > Acked-by: Randy Dunlap > Acked-by: Stephen Rothwell > Signed-off-by: J Freyensee That's good. Thanks. Sorry this was so much trouble. > --- > 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 ***