brintos

brintos / linux-shallow public Read only

0
0
Text · 799 B · 171bfc1 Raw
27 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config HISI_PMU3	tristate "HiSilicon SoC PMU drivers"4	depends on ARM64 && ACPI5	  help6	  Support for HiSilicon SoC L3 Cache performance monitor, Hydra Home7	  Agent performance monitor and DDR Controller performance monitor.8 9config HISI_PCIE_PMU10	tristate "HiSilicon PCIE PERF PMU"11	depends on PCI && ARM6412	help13	  Provide support for HiSilicon PCIe performance monitoring unit (PMU)14	  RCiEP devices.15	  Adds the PCIe PMU into perf events system for monitoring latency,16	  bandwidth etc.17 18config HNS3_PMU19	tristate "HNS3 PERF PMU"20	depends on ARM64 || COMPILE_TEST21	depends on PCI22	help23	  Provide support for HNS3 performance monitoring unit (PMU) RCiEP24	  devices.25	  Adds the HNS3 PMU into perf events system for monitoring latency,26	  bandwidth etc.27