hw/arm/Kconfig: ARM_V7M depends on PTIMER
commit9ad5f6b05f181b36bc368e2bf60b1548d2937667
authorAndrew Jones <drjones@redhat.com>
Wed, 4 Nov 2020 10:33:43 +0000 (4 11:33 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 10 Nov 2020 11:03:47 +0000 (10 11:03 +0000)
treeed28a03d1adf5200249c86b1ed7f2f6cbc8c1687
parentf7e1914adad8885a5d4c70239ab90d901ed97e9f
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>
hw/arm/Kconfig