hw/arm/Kconfig: ARM_V7M depends on PTIMER
authorAndrew Jones <drjones@redhat.com>
Wed, 4 Nov 2020 10:33:43 +0000 (11:33 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 10 Nov 2020 11:03:47 +0000 (11:03 +0000)
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>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20201104103343.30392-1-drjones@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/Kconfig

index fdf4464b948497befa507e9320203ac6557216ae..7d5d89e1acf9a922c61fd5a4f2ceac875aa9eecc 100644 (file)
@@ -291,6 +291,7 @@ config ZYNQ
 
 config ARM_V7M
     bool
+    select PTIMER
 
 config ALLWINNER_A10
     bool