Kconfig 258 B

123456789101112131415
  1. #
  2. # Performance Monitor Drivers
  3. #
  4. menu "Performance monitor support"
  5. config ARM_PMU
  6. depends on PERF_EVENTS && (ARM || ARM64)
  7. bool "ARM PMU framework"
  8. default y
  9. help
  10. Say y if you want to use CPU performance monitors on ARM-based
  11. systems.
  12. endmenu