mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
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>
This commit is contained in:
parent
fc5106088d
commit
70cbcb2850
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user