From: Alexander Shishkin Date: Mon, 15 Feb 2016 17:11:53 +0000 (+0200) Subject: intel_th: Depend on HAS_IOMEM X-Git-Tag: v4.6-rc1~119^2~69 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=993c7f11192ffcfb435cee51c3414509a557e916;p=linux-2.6-block.git intel_th: Depend on HAS_IOMEM This driver requires io memory to operate, so don't even consider it for NO_IOMEM architectures. Reported-by: Richard Weinberger Signed-off-by: Alexander Shishkin Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/hwtracing/intel_th/Kconfig b/drivers/hwtracing/intel_th/Kconfig index 90b08440938b..1b412f8a56b5 100644 --- a/drivers/hwtracing/intel_th/Kconfig +++ b/drivers/hwtracing/intel_th/Kconfig @@ -1,6 +1,6 @@ config INTEL_TH tristate "Intel(R) Trace Hub controller" - depends on HAS_DMA + depends on HAS_DMA && 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