mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
9b4041fa2e
Run `make target/linux/refresh` to align patches with OpenWrt style. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
21 lines
621 B
Diff
21 lines
621 B
Diff
From d6a596012150960f0f3a214d31bbac4b607dbd1e Mon Sep 17 00:00:00 2001
|
|
From: Chuanhong Guo <gch981213@gmail.com>
|
|
Date: Fri, 29 Apr 2022 10:40:56 +0800
|
|
Subject: [PATCH] arm: mediatek: select arch timer for mt7623
|
|
|
|
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
|
|
---
|
|
arch/arm/mach-mediatek/Kconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm/mach-mediatek/Kconfig
|
|
+++ b/arch/arm/mach-mediatek/Kconfig
|
|
@@ -26,6 +26,7 @@ config MACH_MT6592
|
|
config MACH_MT7623
|
|
bool "MediaTek MT7623 SoCs support"
|
|
default ARCH_MEDIATEK
|
|
+ select HAVE_ARM_ARCH_TIMER
|
|
|
|
config MACH_MT7629
|
|
bool "MediaTek MT7629 SoCs support"
|