summaryrefslogtreecommitdiffstats
path: root/drivers/coresight/Makefile
diff options
context:
space:
mode:
authorPratik Patel <pratikp@codeaurora.org>2014-11-03 11:07:39 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-11-07 15:19:33 -0800
commit6e21e3451556af6ada01e2206d5949fc654d75e1 (patch)
tree0f2f850e9ec0e6c268181093f15613eaabe2b0bd /drivers/coresight/Makefile
parentfdfc0d8a06b56c3ca8fc3d7d271b3c8e99e6d55c (diff)
downloadop-kernel-dev-6e21e3451556af6ada01e2206d5949fc654d75e1.zip
op-kernel-dev-6e21e3451556af6ada01e2206d5949fc654d75e1.tar.gz
coresight-funnel: add CoreSight Funnel driver
This driver manages CoreSight Funnel which acts as a link. Funnels have multiple input ports (typically 8) each of which represents an input trace data stream. These multiple input trace data streams are interleaved into a single output stream coming out of the Funnel. 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 4c43dad..05b8a1c 100644
--- a/drivers/coresight/Makefile
+++ b/drivers/coresight/Makefile
@@ -6,3 +6,4 @@ obj-$(CONFIG_OF) += of_coresight.o
obj-$(CONFIG_CORESIGHT_LINK_AND_SINK_TMC) += coresight-tmc.o
obj-$(CONFIG_CORESIGHT_SINK_TPIU) += coresight-tpiu.o
obj-$(CONFIG_CORESIGHT_SINK_ETBV10) += coresight-etb10.o
+obj-$(CONFIG_CORESIGHT_LINKS_AND_SINKS) += coresight-funnel.o
OpenPOWER on IntegriCloud