summaryrefslogtreecommitdiffstats
path: root/drivers/coresight/Makefile
diff options
context:
space:
mode:
authorPratik Patel <pratikp@codeaurora.org>2014-11-03 11:07:36 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-11-07 15:19:32 -0800
commitbc4bf7fe98daf4e64cc5ffc6cdc0e820f4d99c14 (patch)
treef3f6e205c9faf60b16ce1355f309ed2bf71b20d1 /drivers/coresight/Makefile
parenta06ae8609b3dd06b957a6e4e965772a8a14d3af5 (diff)
downloadop-kernel-dev-bc4bf7fe98daf4e64cc5ffc6cdc0e820f4d99c14.zip
op-kernel-dev-bc4bf7fe98daf4e64cc5ffc6cdc0e820f4d99c14.tar.gz
coresight-tmc: add CoreSight TMC driver
This driver manages CoreSight TMC (Trace Memory Controller) which can act as a link or a sink depending upon its configuration. It can present itself as an ETF (Embedded Trace FIFO) or ETR (Embedded Trace Router). ETF when configured in circular buffer mode acts as a trace collection sink. When configured in HW fifo mode it acts as link. ETR always acts as a sink and can be used to route data to memory allocated in RAM. 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 218e3b5..d26bd0e 100644
--- a/drivers/coresight/Makefile
+++ b/drivers/coresight/Makefile
@@ -3,3 +3,4 @@
#
obj-$(CONFIG_CORESIGHT) += coresight.o
obj-$(CONFIG_OF) += of_coresight.o
+obj-$(CONFIG_CORESIGHT_LINK_AND_SINK_TMC) += coresight-tmc.o
OpenPOWER on IntegriCloud