Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1327730 > unrolled thread

Re: [PATCH 08/22] hwtracing: Fix dependencies for !HAS_IOMEM archs

Started byAlexander Shishkin <alexander.shishkin@linux.intel.com>
First post2016-02-05 15:10 +0100
Last post2016-02-05 15:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 08/22] hwtracing: Fix dependencies for !HAS_IOMEM archs Alexander Shishkin <alexander.shishkin@linux.intel.com> - 2016-02-05 15:10 +0100

#1327730 — Re: [PATCH 08/22] hwtracing: Fix dependencies for !HAS_IOMEM archs

FromAlexander Shishkin <alexander.shishkin@linux.intel.com>
Date2016-02-05 15:10 +0100
SubjectRe: [PATCH 08/22] hwtracing: Fix dependencies for !HAS_IOMEM archs
Message-ID<qYPfd-1gO-21@gated-at.bofh.it>
Richard Weinberger <richard@nod.at> writes:

> Not every arch has io memory.
> So, unbreak the build by fixing the dependencies.
>
> Signed-off-by: Richard Weinberger <richard@nod.at>
> ---
>  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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web