diff options
author | Daniel Palmer <daniel@0x0f.com> | 2022-03-01 19:43:49 +0900 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-03-01 13:26:32 +0100 |
commit | ea49432d184a6a09f84461604b7711a4e9f5ec9c (patch) | |
tree | 29b081b84e90f4594b4913814d57c00ead8c8987 /arch/arm/mach-mstar | |
parent | 35e33a24f8fe0bacc55d62eb506d99c122f02012 (diff) | |
download | linux-ea49432d184a6a09f84461604b7711a4e9f5ec9c.tar.bz2 |
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 <daniel@0x0f.com>
Link: https://lore.kernel.org/r/20220301104349.3040422-1-daniel@0x0f.com'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-mstar')
-rw-r--r-- | arch/arm/mach-mstar/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mstar/Kconfig b/arch/arm/mach-mstar/Kconfig index cd300eeedc20..0bf4d312bcfd 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 |