Skip to content

Commit 3b16f62

Browse files
Marc Zyngierwilldeacon
authored andcommitted
ARM: mach-virt: Select PMUv3 driver by default
Since 32bit guests are not unlikely to run on an ARMv8 host, let's select the PMUv3 driver, which allows the PMU to be used on such systems. Signed-off-by: Marc Zyngier <[email protected]> Signed-off-by: Zaid Al-Bassam <[email protected]> Tested-by: Florian Fainelli <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 009d6dc commit 3b16f62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ config ARCH_VIRT
401401
select ARM_GIC_V3
402402
select ARM_GIC_V3_ITS if PCI
403403
select ARM_PSCI
404+
select ARM_PMUV3 if PERF_EVENTS
404405
select HAVE_ARM_ARCH_TIMER
405406

406407
config ARCH_AIROHA

0 commit comments

Comments
 (0)