summaryrefslogtreecommitdiffstats
path: root/drivers/perf/amlogic/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/perf/amlogic/Kconfig')
-rw-r--r--drivers/perf/amlogic/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/perf/amlogic/Kconfig b/drivers/perf/amlogic/Kconfig
new file mode 100644
index 000000000000..f68db01a7f17
--- /dev/null
+++ b/drivers/perf/amlogic/Kconfig
@@ -0,0 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0-only
+config MESON_DDR_PMU
+ tristate "Amlogic DDR Bandwidth Performance Monitor"
+ depends on ARCH_MESON || COMPILE_TEST
+ help
+ Provides support for the DDR performance monitor
+ in Amlogic SoCs, which can give information about
+ memory throughput and other related events. It
+ supports multiple channels to monitor the memory
+ bandwidth simultaneously.