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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent fc51060 commit 70cbcb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)