Skip to content

Commit d66aea1

Browse files
981213mbgg
authored andcommitted
arm: mediatek: select arch timer for mt7629
This chip has an armv7 arch timer according to the dts. Select it in Kconfig to enforce the support for it. Otherwise the system time is just completely wrong if user forget to enable ARM_ARCH_TIMER in kernel config. Fixes: a43379d ("arm: mediatek: add MT7629 smp bring up code") Signed-off-by: Chuanhong Guo <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Matthias Brugger <[email protected]>
1 parent e5bf06b commit d66aea1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/mach-mediatek/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ config MACH_MT7623
3030
config MACH_MT7629
3131
bool "MediaTek MT7629 SoCs support"
3232
default ARCH_MEDIATEK
33+
select HAVE_ARM_ARCH_TIMER
3334

3435
config MACH_MT8127
3536
bool "MediaTek MT8127 SoCs support"

0 commit comments

Comments
 (0)