[openwrt/openwrt] mediatek/mt7629: Activate CONFIG_ARM_ARCH_TIMER_EVTSTREAM

LEDE Commits lede-commits at lists.infradead.org
Sun Jul 3 13:33:06 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/e459a87eaf9bc11d67cfa849c4e895902bdecaa6

commit e459a87eaf9bc11d67cfa849c4e895902bdecaa6
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Jul 3 20:20:54 2022 +0000

    mediatek/mt7629: Activate CONFIG_ARM_ARCH_TIMER_EVTSTREAM
    
    The kernel configuration option CONFIG_MACH_MT7629 selects
    CONFIG_HAVE_ARM_ARCH_TIMER now. Handle this change in the config-5.10.
    
    This fixes some build problems.
    
    Fixes: 81530d69ef58 ("kernel: bump 5.10 to 5.10.121")
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/mediatek/mt7629/config-5.10 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/target/linux/mediatek/mt7629/config-5.10 b/target/linux/mediatek/mt7629/config-5.10
index 5cd53b1137..8b16d8d6a6 100644
--- a/target/linux/mediatek/mt7629/config-5.10
+++ b/target/linux/mediatek/mt7629/config-5.10
@@ -14,6 +14,8 @@ CONFIG_ARCH_SELECT_MEMORY_MODEL=y
 CONFIG_ARCH_SPARSEMEM_ENABLE=y
 CONFIG_ARCH_SUSPEND_POSSIBLE=y
 CONFIG_ARM=y
+CONFIG_ARM_ARCH_TIMER=y
+CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y
 CONFIG_ARM_GIC=y
 CONFIG_ARM_HAS_SG_CHAIN=y
 CONFIG_ARM_HEAVY_MB=y




More information about the lede-commits mailing list