From: Krzysztof Kozlowski Date: Thu, 17 Apr 2025 07:46:50 +0000 (+0200) Subject: perf: Do not enable by default during compile testing X-Git-Tag: v6.16-rc1~133^2~4^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70cbcb2850ec693e36962295568e876cde88eadc;p=thirdparty%2Fkernel%2Flinux.git perf: Do not enable by default during compile testing Enabling the compile test should not cause automatic enabling of all drivers, but only allow to choose to compile them. Signed-off-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20250417074650.81561-1-krzysztof.kozlowski@linaro.org Signed-off-by: Will Deacon --- diff --git a/drivers/perf/Kconfig b/drivers/perf/Kconfig index 4e268de351c48..278c929dc87af 100644 --- a/drivers/perf/Kconfig +++ b/drivers/perf/Kconfig @@ -202,7 +202,7 @@ config THUNDERX2_PMU tristate "Cavium ThunderX2 SoC PMU UNCORE" depends on ARCH_THUNDER2 || COMPILE_TEST depends on NUMA && ACPI - default m + default m if ARCH_THUNDER2 help Provides support for ThunderX2 UNCORE events. The SoC has PMU support in its L3 cache controller (L3C) and