* [PATCH] hw/arm/Kconfig: ARM_V7M depends on PTIMER
@ 2020-11-04 10:33 Andrew Jones
2020-11-04 10:35 ` Philippe Mathieu-Daudé
0 siblings, 1 reply; 3+ messages in thread
From: Andrew Jones @ 2020-11-04 10:33 UTC (permalink / raw)
To: qemu-devel, qemu-arm; +Cc: peter.maydell, f4bug
commit 32bd322a0134 ("hw/timer/armv7m_systick: Rewrite to use ptimers")
changed armv7m_systick to build on ptimers. Make sure we have ptimers
in the build when building armv7m_systick.
Signed-off-by: Andrew Jones <drjones@redhat.com>
---
hw/arm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index fdf4464b9484..7d5d89e1acf9 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -291,6 +291,7 @@ config ZYNQ
config ARM_V7M
bool
+ select PTIMER
config ALLWINNER_A10
bool
--
2.26.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] hw/arm/Kconfig: ARM_V7M depends on PTIMER
2020-11-04 10:33 [PATCH] hw/arm/Kconfig: ARM_V7M depends on PTIMER Andrew Jones
@ 2020-11-04 10:35 ` Philippe Mathieu-Daudé
2020-11-04 17:57 ` Peter Maydell
0 siblings, 1 reply; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-11-04 10:35 UTC (permalink / raw)
To: Andrew Jones, qemu-devel, qemu-arm; +Cc: peter.maydell
On 11/4/20 11:33 AM, Andrew Jones wrote:
> commit 32bd322a0134 ("hw/timer/armv7m_systick: Rewrite to use ptimers")
> changed armv7m_systick to build on ptimers. Make sure we have ptimers
> in the build when building armv7m_systick.
>
> Signed-off-by: Andrew Jones <drjones@redhat.com>
> ---
> hw/arm/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] hw/arm/Kconfig: ARM_V7M depends on PTIMER
2020-11-04 10:35 ` Philippe Mathieu-Daudé
@ 2020-11-04 17:57 ` Peter Maydell
0 siblings, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2020-11-04 17:57 UTC (permalink / raw)
To: Philippe Mathieu-Daudé; +Cc: Andrew Jones, qemu-arm, QEMU Developers
On Wed, 4 Nov 2020 at 10:35, Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
>
> On 11/4/20 11:33 AM, Andrew Jones wrote:
> > commit 32bd322a0134 ("hw/timer/armv7m_systick: Rewrite to use ptimers")
> > changed armv7m_systick to build on ptimers. Make sure we have ptimers
> > in the build when building armv7m_systick.
> >
> > Signed-off-by: Andrew Jones <drjones@redhat.com>
> > ---
> > hw/arm/Kconfig | 1 +
> > 1 file changed, 1 insertion(+)
>
> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Applied to target-arm.next, thanks.
-- PMM
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-11-04 17:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-04 10:33 [PATCH] hw/arm/Kconfig: ARM_V7M depends on PTIMER Andrew Jones
2020-11-04 10:35 ` Philippe Mathieu-Daudé
2020-11-04 17:57 ` Peter Maydell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).