diff options
author | Alexander Shishkin <alexander.shishkin@linux.intel.com> | 2016-02-15 12:11:53 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-20 17:09:14 -0500 |
commit | 993c7f11192ffcfb435cee51c3414509a557e916 (patch) | |
tree | eec845eef83fab62423323cb12d13c6a88e24074 /drivers/hwtracing | |
parent | 73a3ed1903f7611f62fb5e1cd3c37afd2908e669 (diff) |
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 <richard@nod.at>
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hwtracing')
-rw-r--r-- | drivers/hwtracing/intel_th/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | config INTEL_TH | 1 | config INTEL_TH |
2 | tristate "Intel(R) Trace Hub controller" | 2 | tristate "Intel(R) Trace Hub controller" |
3 | depends on HAS_DMA | 3 | depends on HAS_DMA && HAS_IOMEM |
4 | help | 4 | help |
5 | Intel(R) Trace Hub (TH) is a set of hardware blocks (subdevices) that | 5 | Intel(R) Trace Hub (TH) is a set of hardware blocks (subdevices) that |
6 | produce, switch and output trace data from multiple hardware and | 6 | produce, switch and output trace data from multiple hardware and |