From: Andrew Jones Date: Wed, 4 Nov 2020 10:33:43 +0000 (+0100) Subject: hw/arm/Kconfig: ARM_V7M depends on PTIMER X-Git-Tag: v5.2.0-rc1~1^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ad5f6b05f181b36bc368e2bf60b1548d2937667;p=thirdparty%2Fqemu.git 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 Reviewed-by: Philippe Mathieu-Daudé Message-id: 20201104103343.30392-1-drjones@redhat.com Signed-off-by: Peter Maydell --- diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index fdf4464b948..7d5d89e1acf 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