From: Daniel Palmer Date: Tue, 1 Mar 2022 10:43:49 +0000 (+0900) Subject: ARM: mstar: Select HAVE_ARM_ARCH_TIMER X-Git-Tag: v6.1-rc5~1870^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea49432d184a6a09f84461604b7711a4e9f5ec9c;p=platform%2Fkernel%2Flinux-starfive.git ARM: mstar: Select HAVE_ARM_ARCH_TIMER The mstar SoCs have an arch timer but HAVE_ARM_ARCH_TIMER wasn't selected. If MSC313E_TIMER isn't selected then the kernel gets stuck at boot because there are no timers available. Signed-off-by: Daniel Palmer Link: https://lore.kernel.org/r/20220301104349.3040422-1-daniel@0x0f.com' Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/mach-mstar/Kconfig b/arch/arm/mach-mstar/Kconfig index cd300ee..0bf4d312 100644 --- a/arch/arm/mach-mstar/Kconfig +++ b/arch/arm/mach-mstar/Kconfig @@ -3,6 +3,7 @@ menuconfig ARCH_MSTARV7 depends on ARCH_MULTI_V7 select ARM_GIC select ARM_HEAVY_MB + select HAVE_ARM_ARCH_TIMER select MST_IRQ select MSTAR_MSC313_MPLL help