mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
2016e2113d
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>
11 lines
431 B
Plaintext
11 lines
431 B
Plaintext
# 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.
|