# # Performance Monitor Drivers # menu "Performance monitor support" config [31mCONFIG_ARM_PMU[0m depends on [31mCONFIG_PERF_EVENTS[0m && ([31mCONFIG_ARM[0m || [31mCONFIG_ARM64[0m) bool "ARM PMU framework" default y help Say y if you want to use CPU performance monitors on [31mCONFIG_ARM[0m-based systems. config [31mCONFIG_XGENE_PMU[0m depends on [31mCONFIG_PERF_EVENTS[0m && [31mCONFIG_ARCH_XGENE[0m bool "APM X-Gene SoC PMU" default n help Say y if you want to use [31mCONFIG_APM[0m X-Gene SoC performance monitors. endmenu |