xref: /linux/drivers/perf/amlogic/Kconfig (revision 7ae9fb1b7ecbb5d85d07857943f677fd1a559b18)
1*2016e211SJiucheng Xu# SPDX-License-Identifier: GPL-2.0-only
2*2016e211SJiucheng Xuconfig MESON_DDR_PMU
3*2016e211SJiucheng Xu	tristate "Amlogic DDR Bandwidth Performance Monitor"
4*2016e211SJiucheng Xu	depends on ARCH_MESON || COMPILE_TEST
5*2016e211SJiucheng Xu	help
6*2016e211SJiucheng Xu          Provides support for the DDR performance monitor
7*2016e211SJiucheng Xu          in Amlogic SoCs, which can give information about
8*2016e211SJiucheng Xu          memory throughput and other related events. It
9*2016e211SJiucheng Xu          supports multiple channels to monitor the memory
10*2016e211SJiucheng Xu          bandwidth simultaneously.
11