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 <marc.zyngier@arm.com> Signed-off-by: Zaid Al-Bassam <zalbassam@google.com> Tested-by: Florian Fainelli <f.fainelli@gmail.com> Link: https://lore.kernel.org/r/20230317195027.3746949-9-zalbassam@google.com Signed-off-by: Will Deacon <will@kernel.org>
1 parent 009d6dc commit 3b16f62

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)