summaryrefslogtreecommitdiffstats
path: root/drivers/coresight/Makefile
diff options
context:
space:
mode:
authorPratik Patel <pratikp@codeaurora.org>2014-11-03 11:07:37 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-11-07 15:19:32 -0800
commitdc161b9f01142c6b2c985290b7aa3e58e2408036 (patch)
tree01cf209bf782309ac8bf4fde051a505a2b52d9d8 /drivers/coresight/Makefile
parentbc4bf7fe98daf4e64cc5ffc6cdc0e820f4d99c14 (diff)
coresight-tpiu: add CoreSight TPIU driver
This driver manages CoreSight TPIU (Trace Port Interface Unit) which acts as a sink. TPIU is typically connected to some offchip hardware hosting a storage buffer. Signed-off-by: Pratik Patel <pratikp@codeaurora.org> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/coresight/Makefile')
-rw-r--r--drivers/coresight/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/coresight/Makefile b/drivers/coresight/Makefile
index d26bd0e7812..41ab769b482 100644
--- a/drivers/coresight/Makefile
+++ b/drivers/coresight/Makefile
@@ -4,3 +4,4 @@
obj-$(CONFIG_CORESIGHT) += coresight.o
obj-$(CONFIG_OF) += of_coresight.o
obj-$(CONFIG_CORESIGHT_LINK_AND_SINK_TMC) += coresight-tmc.o
+obj-$(CONFIG_CORESIGHT_SINK_TPIU) += coresight-tpiu.o