hw/arm/Kconfig: ARM_V7M depends on PTIMER

commit 32bd322a01 ("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>
This commit is contained in:
Andrew Jones 2020-11-04 11:33:43 +01:00 committed by Peter Maydell
parent f7e1914ada
commit 9ad5f6b05f

View file

@ -291,6 +291,7 @@ config ZYNQ
config ARM_V7M
bool
select PTIMER
config ALLWINNER_A10
bool