Kconfig 799 B

1234567891011121314151617181920212223242526
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config HISI_PMU
  3. tristate "HiSilicon SoC PMU drivers"
  4. depends on ARM64 && ACPI
  5. help
  6. Support for HiSilicon SoC L3 Cache performance monitor, Hydra Home
  7. Agent performance monitor and DDR Controller performance monitor.
  8. config HISI_PCIE_PMU
  9. tristate "HiSilicon PCIE PERF PMU"
  10. depends on PCI && ARM64
  11. help
  12. Provide support for HiSilicon PCIe performance monitoring unit (PMU)
  13. RCiEP devices.
  14. Adds the PCIe PMU into perf events system for monitoring latency,
  15. bandwidth etc.
  16. config HNS3_PMU
  17. tristate "HNS3 PERF PMU"
  18. depends on ARM64 || COMPILE_TEST
  19. depends on PCI
  20. help
  21. Provide support for HNS3 performance monitoring unit (PMU) RCiEP
  22. devices.
  23. Adds the HNS3 PMU into perf events system for monitoring latency,
  24. bandwidth etc.