Commit 993c7f11 authored by Alexander Shishkin's avatar Alexander Shishkin Committed by Greg Kroah-Hartman

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: default avatarRichard Weinberger <richard@nod.at>
Signed-off-by: default avatarAlexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 73a3ed19
config INTEL_TH config INTEL_TH
tristate "Intel(R) Trace Hub controller" tristate "Intel(R) Trace Hub controller"
depends on HAS_DMA depends on HAS_DMA && HAS_IOMEM
help help
Intel(R) Trace Hub (TH) is a set of hardware blocks (subdevices) that Intel(R) Trace Hub (TH) is a set of hardware blocks (subdevices) that
produce, switch and output trace data from multiple hardware and produce, switch and output trace data from multiple hardware and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment