]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: v7m: Allow SYS_ARCH_TIMER here
authorTom Rini <trini@konsulko.com>
Wed, 13 Aug 2025 20:55:10 +0000 (14:55 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 10 Oct 2025 19:29:34 +0000 (13:29 -0600)
We have had an implementation of the generic timer found in many v7m
chips since 2017, but as part of the Kconfig migration forgot to allow
it as it wasn't being used at the time. Allow it to be built.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/Kconfig

index 4965a6d05db64887c7f25ad94513843675c24933..bdb0d47b2ac77e4bba79a4096a340035b3cb03f8 100644 (file)
@@ -445,7 +445,7 @@ config ARCH_CPU_INIT
 
 config SYS_ARCH_TIMER
        bool "ARM Generic Timer support"
-       depends on CPU_V7A || ARM64
+       depends on CPU_V7A || CPU_V7M || ARM64
        default y if ARM64
        help
          The ARM Generic Timer (aka arch-timer) provides an architected