summaryrefslogtreecommitdiff
path: root/drivers/perf/amlogic/Makefile
diff options
context:
space:
mode:
authorJiucheng Xu <jiucheng.xu@amlogic.com>2022-11-21 05:15:58 +0300
committerWill Deacon <will@kernel.org>2022-11-21 21:28:45 +0300
commit2016e2113d35ba06866961a39e9a9c822f2ffabd (patch)
treefea96e63ecba26725021998bb00492e4d9a7c9f5 /drivers/perf/amlogic/Makefile
parentdcc7f001b44c30a377f44413471217cecddbee9a (diff)
downloadlinux-2016e2113d35ba06866961a39e9a9c822f2ffabd.tar.xz
perf/amlogic: Add support for Amlogic meson G12 SoC DDR PMU driver
Add support for Amlogic Meson G12 Series SOC - DDR bandwidth PMU driver framework and interfaces. The PMU can not only monitor the total DDR bandwidth, but also individual IP module bandwidth. Signed-off-by: Jiucheng Xu <jiucheng.xu@amlogic.com> Tested-by: Chris Healy <healych@amazon.com> Link: https://lore.kernel.org/r/20221121021602.3306998-1-jiucheng.xu@amlogic.com Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'drivers/perf/amlogic/Makefile')
-rw-r--r--drivers/perf/amlogic/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/perf/amlogic/Makefile b/drivers/perf/amlogic/Makefile
new file mode 100644
index 000000000000..d3ab2ac5353b
--- /dev/null
+++ b/drivers/perf/amlogic/Makefile
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
+obj-$(CONFIG_MESON_DDR_PMU) += meson_ddr_pmu_g12.o
+
+meson_ddr_pmu_g12-y := meson_ddr_pmu_core.o meson_g12_ddr_pmu.o