All of lore.kernel.org
 help / color / mirror / Atom feed
From: marc.zyngier@arm.com (Marc Zyngier)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/4] ARM: mach-virt: Select PMUv3 driver by default
Date: Fri, 24 Mar 2017 12:15:29 +0000	[thread overview]
Message-ID: <20170324121529.22603-5-marc.zyngier@arm.com> (raw)
In-Reply-To: <20170324121529.22603-1-marc.zyngier@arm.com>

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>
---
 arch/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 0d4e71b42c77..60bb0e0a807d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -711,6 +711,7 @@ config ARCH_VIRT
 	select ARM_GIC_V3
 	select ARM_GIC_V3_ITS if PCI
 	select ARM_PSCI
+	select ARM_PMUV3 if PERF_EVENTS
 	select HAVE_ARM_ARCH_TIMER
 
 #
-- 
2.11.0

      parent reply	other threads:[~2017-03-24 12:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-24 12:15 [PATCH 0/4] perf: Enabling PMUv3 on 32bit ARM systems Marc Zyngier
2017-03-24 12:15 ` [PATCH 1/4] arm64: perf: Move PMUv3 driver to drivers/perf Marc Zyngier
2017-03-24 12:15 ` [PATCH 2/4] arm64: perf: Abstract system register accesses away Marc Zyngier
2017-03-24 12:15 ` [PATCH 3/4] ARM: perf: Allow the use of the PMUv3 driver on 32bit ARM Marc Zyngier
2017-05-04 11:00   ` Vladimir Murzin
2017-05-04 11:31     ` Marc Zyngier
2017-03-24 12:15 ` Marc Zyngier [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170324121529.22603-5-marc.zyngier@arm.com \
    --to=marc.zyngier@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.