Kconfig 458 B

1234567891011121314151617181920212223
  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. config XGENE_PMU
  13. depends on PERF_EVENTS && ARCH_XGENE
  14. bool "APM X-Gene SoC PMU"
  15. default n
  16. help
  17. Say y if you want to use APM X-Gene SoC performance monitors.
  18. endmenu