Skip to content

Commit 70cbcb2

Browse files
krzkwilldeacon
authored andcommitted
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 <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20250417074650.81561-1-krzysztof.kozlowski@linaro.org Signed-off-by: Will Deacon <will@kernel.org>
1 parent fc51060 commit 70cbcb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/perf/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ config THUNDERX2_PMU
202202
tristate "Cavium ThunderX2 SoC PMU UNCORE"
203203
depends on ARCH_THUNDER2 || COMPILE_TEST
204204
depends on NUMA && ACPI
205-
default m
205+
default m if ARCH_THUNDER2
206206
help
207207
Provides support for ThunderX2 UNCORE events.
208208
The SoC has PMU support in its L3 cache controller (L3C) and

0 commit comments

Comments
 (0)