projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
189bdde
)
ARM: mstar: Select HAVE_ARM_ARCH_TIMER
author
Daniel Palmer
<daniel@0x0f.com>
Tue, 1 Mar 2022 10:43:49 +0000
(19:43 +0900)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 8 Apr 2022 12:22:46 +0000
(14:22 +0200)
[ Upstream commit
ea49432d184a6a09f84461604b7711a4e9f5ec9c
]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/mach-mstar/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mstar/Kconfig
b/arch/arm/mach-mstar/Kconfig
index cd300eeedc2067f06e5652e10cb50aecc1cb0f97..0bf4d312bcfd99480b376848f771be84a80138a8 100644
(file)
--- 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