summaryrefslogtreecommitdiffstats
path: root/hw/arm
diff options
context:
space:
mode:
authorAndrew Jones2020-11-04 11:33:43 +0100
committerPeter Maydell2020-11-10 12:03:47 +0100
commit9ad5f6b05f181b36bc368e2bf60b1548d2937667 (patch)
treeed28a03d1adf5200249c86b1ed7f2f6cbc8c1687 /hw/arm
parentMerge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201... (diff)
downloadqemu-9ad5f6b05f181b36bc368e2bf60b1548d2937667.tar.gz
qemu-9ad5f6b05f181b36bc368e2bf60b1548d2937667.tar.xz
qemu-9ad5f6b05f181b36bc368e2bf60b1548d2937667.zip
hw/arm/Kconfig: ARM_V7M depends on PTIMER
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>
Diffstat (limited to 'hw/arm')
-rw-r--r--hw/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index fdf4464b94..7d5d89e1ac 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