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.
|