From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754568AbcBEOHL (ORCPT ); Fri, 5 Feb 2016 09:07:11 -0500 Received: from mga09.intel.com ([134.134.136.24]:49236 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754381AbcBEOHJ (ORCPT ); Fri, 5 Feb 2016 09:07:09 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,400,1449561600"; d="scan'208";a="909225984" From: Alexander Shishkin To: Richard Weinberger , linux-kernel@vger.kernel.org Cc: user-mode-linux-devel@lists.sourceforge.net, Richard Weinberger Subject: Re: [PATCH 08/22] hwtracing: Fix dependencies for !HAS_IOMEM archs In-Reply-To: <1453760661-1444-9-git-send-email-richard@nod.at> References: <1453760661-1444-1-git-send-email-richard@nod.at> <1453760661-1444-9-git-send-email-richard@nod.at> User-Agent: Notmuch/0.21 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Fri, 05 Feb 2016 16:07:06 +0200 Message-ID: <878u2z5jzp.fsf@ashishki-desk.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Richard Weinberger writes: > Not every arch has io memory. > So, unbreak the build by fixing the dependencies. > > Signed-off-by: Richard Weinberger > --- > drivers/hwtracing/intel_th/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/hwtracing/intel_th/Kconfig b/drivers/hwtracing/intel_th/Kconfig > index b7a9073..467dae9 100644 > --- a/drivers/hwtracing/intel_th/Kconfig > +++ b/drivers/hwtracing/intel_th/Kconfig > @@ -1,5 +1,6 @@ > config INTEL_TH > tristate "Intel(R) Trace Hub controller" > + depends on HAS_IOMEM > help > Intel(R) Trace Hub (TH) is a set of hardware blocks (subdevices) that > produce, switch and output trace data from multiple hardware and Didn't apply to my queue (as there were a few more Kconfig fixes earlier), but I yanked it there by hand. Thanks! Regards, -- Alex